We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e2b13 commit 075a765Copy full SHA for 075a765
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
pip install --upgrade pip
26
+ pip install -r requirements.txt
27
pip install virtualenv==20.0.1
28
pip install tox tox-gh-actions
29
- name: Test with tox
0 commit comments