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.
2 parents a8f76d1 + 1881cdc commit 52700bdCopy full SHA for 52700bd
.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