We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3cac4 commit ebbc16cCopy full SHA for ebbc16c
.github/workflows/test-python-requirements.yml
@@ -32,4 +32,4 @@ jobs:
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
35
- pip install -r requirements.txt
+ pip install -r docs/requirements.txt
0 commit comments