Spaces:
Sleeping
Sleeping
fabiogra
commited on
Commit
•
6d8379b
1
Parent(s):
f08d48f
ci: fix pytest step
Browse files
.github/workflows/python-app.yml
CHANGED
@@ -38,5 +38,5 @@ jobs:
|
|
38 |
continue-on-error: true
|
39 |
- name: Test with pytest
|
40 |
run: |
|
41 |
-
pip install pytest
|
42 |
-
pytest
|
|
|
38 |
continue-on-error: true
|
39 |
- name: Test with pytest
|
40 |
run: |
|
41 |
+
pip install pytest
|
42 |
+
pytest
|