fixed workflow python version
Some checks failed
Python unit tests / unittests (push) Failing after 5s
Some checks failed
Python unit tests / unittests (push) Failing after 5s
This commit is contained in:
parent
88ba39e6db
commit
908b10517d
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.1'
|
python-version: '3.x'
|
||||||
- name: Test with unittest
|
- name: Test with unittest
|
||||||
run: |
|
run: |
|
||||||
pip install unittest
|
pip install unittest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user