Skip to content

Commit a02aa1e

Browse files
authored
Update python-ci.yml
1 parent 7769b94 commit a02aa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install -r requirements.txt
33+
pip install --target=./ -r requirements.txt
3434
3535
3636
- name: Archive Release

0 commit comments

Comments
 (0)