We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7769b94 commit a02aa1eCopy full SHA for a02aa1e
.github/workflows/python-ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install -r requirements.txt
+ pip install --target=./ -r requirements.txt
34
35
36
- name: Archive Release
0 commit comments