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 ac86502 commit 6dd5cb9Copy full SHA for 6dd5cb9
.github/workflows/publish-to-pypi.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
+ pip install -r requirements.txt
23
24
- name: Run tests
25
0 commit comments