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 ce45d70 commit 273c5b4Copy full SHA for 273c5b4
.github/workflows/workflow.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
+ pip install -r requirements.txt
29
pip install build
30
31
- name: Build package
0 commit comments