Skip to content

Commit a76e322

Browse files
committed
Fix action failure
1 parent 7fef545 commit a76e322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pytest pytest-cov codecov
21+
pip install -r requirements.txt
2122
2223
- name: Run tests with coverage
2324
run: |

0 commit comments

Comments
 (0)