Skip to content

Commit 7074e05

Browse files
committed
try to add python-dotenv to prevent fails
1 parent 110ae32 commit 7074e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
python -m pip install pytest pytest-cov pytest-responses responses
27+
python -m pip install pytest pytest-cov pytest-responses responses python-dotenv
2828
2929
- name: Test with pytest and coverage
3030
run: |

0 commit comments

Comments
 (0)