fixed workflow python version
Some checks failed
Python unit tests / unittests (push) Failing after 6s
Some checks failed
Python unit tests / unittests (push) Failing after 6s
This commit is contained in:
parent
eb532f50da
commit
88ba39e6db
@ -11,8 +11,8 @@ 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'
|
python-version: '3.13.1'
|
||||||
- name: Test with pytest
|
- name: Test with unittest
|
||||||
run: |
|
run: |
|
||||||
pip install unittest
|
pip install unittest
|
||||||
python -m unittest
|
python -m unittest
|
Loading…
x
Reference in New Issue
Block a user