Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
0605b3e
1
Parent(s):
a2689f4
Fix requirements
Browse files
.github/workflows/tests.yml
CHANGED
@@ -23,7 +23,7 @@ jobs:
|
|
23 |
run: |
|
24 |
python -m pip install --upgrade pip
|
25 |
pip install pytest
|
26 |
-
pip install -r requirements-
|
27 |
#- name: Lint with flake8
|
28 |
# run: |
|
29 |
# # stop the build if there are Python syntax errors or undefined names
|
|
|
23 |
run: |
|
24 |
python -m pip install --upgrade pip
|
25 |
pip install pytest
|
26 |
+
pip install -r requirements-test.txt
|
27 |
#- name: Lint with flake8
|
28 |
# run: |
|
29 |
# # stop the build if there are Python syntax errors or undefined names
|