We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26554aa commit 5ee5799Copy full SHA for 5ee5799
.github/workflows/run_tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install -r requirements.txt; fi
+ pip install -r requirements.txt
26
27
- name: Run Pytest
28
0 commit comments