This commit is contained in:
parent
c07d4df262
commit
4953f3f7b4
@ -10,6 +10,8 @@ jobs:
|
|||||||
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:
|
||||||
|
python-version: '3.13.1'
|
||||||
- name: Installing dependencies
|
- name: Installing dependencies
|
||||||
run: python -m pip install unittest
|
run: python -m pip install unittest
|
||||||
- name: Test with unittest
|
- name: Test with unittest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user