We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6355246 commit 561da44Copy full SHA for 561da44
.github/workflows/test-and-deploy.yml
@@ -13,6 +13,7 @@ jobs:
13
run: |
14
python -m pip install --upgrade pip
15
pip install -r requirements.txt
16
+ pip install -r dev-requirements.txt
17
- name: Run test suite
18
19
make test
0 commit comments