Skip to content

Commit 0d6be7b

Browse files
Update .razorops.yaml
1 parent 5587765 commit 0d6be7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.razorops.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ tasks:
55
steps:
66
- checkout
77
- commands:
8-
- run: pip install pytest
9-
- run: pip freeze --local > api/requirements.txt
10-
- run: pip install pytest-cov
8+
- run: pip3 install pytest
9+
- run: pip3 freeze --local > requirements.txt
10+
- run: pip3 install pytest-cov
1111
- run: pytest --cov app/ --cov-report=xml:test-coverage.xml
1212
- codecov/upload
1313
- run: |

0 commit comments

Comments
 (0)