Skip to content

Commit 075a765

Browse files
committed
install requirements
1 parent a8e2b13 commit 075a765

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
pip install --upgrade pip
26+
pip install -r requirements.txt
2627
pip install virtualenv==20.0.1
2728
pip install tox tox-gh-actions
2829
- name: Test with tox

0 commit comments

Comments
 (0)