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