We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b35b50 commit 1d9e219Copy full SHA for 1d9e219
1 file changed
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
python -m pip install .
27
+ python -m pip install -r requirements.txt
28
python -m pip install -r requirements-dev.txt
29
- name: Test
30
0 commit comments