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
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- name: Test with pytest
|
||||
python-version: '3.13.1'
|
||||
- name: Test with unittest
|
||||
run: |
|
||||
pip install unittest
|
||||
python -m unittest
|
Loading…
x
Reference in New Issue
Block a user