We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d07d68 commit 1881cdcCopy full SHA for 1881cdc
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip==22.0.4
24
pip install -r requirements.txt
25
+ pip install -r requirements_test.txt
26
pip install --no-cache-dir .
27
- name: Run tests
28
0 commit comments