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