We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f4c08 commit d74e0c2Copy full SHA for d74e0c2
1 file changed
.github/workflows/unit_tests.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
+ python -m pip install -r requirements.txt
28
python -m pip install pytest pytest-cov pytest-responses responses python-dotenv
29
30
- name: Test with pytest and coverage
0 commit comments