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 5d5e8ff commit 05310efCopy full SHA for 05310ef
.github/workflows/build.yaml
@@ -36,6 +36,7 @@ jobs:
36
- name: Install requirements
37
run: |
38
python -m pip install --upgrade pip
39
+ pip install -r requirements.txt
40
pip install -r build-requirements.txt
41
pip install -r package-requirements.txt
42
- name: Test
0 commit comments