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
908b10517d
commit
6c4e23ac44
@ -4,14 +4,14 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unittests:
|
unittests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.13'
|
||||||
- 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