Skip to content

Commit d74e0c2

Browse files
committed
try to use the requirements file for action
1 parent b8f4c08 commit d74e0c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27+
python -m pip install -r requirements.txt
2728
python -m pip install pytest pytest-cov pytest-responses responses python-dotenv
2829
2930
- name: Test with pytest and coverage

0 commit comments

Comments
 (0)