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 2e137df commit 0c26aabCopy full SHA for 0c26aab
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Install Dependencies
48
run: |
49
- py313-mac/bin/python3 -m pip install --force-reinstall --no-cache-dir -r requirements.txt
+ py313-mac/bin/python3 -m pip install --force-reinstall --no-cache-dir -r requirements.txt -t ./py313-mac
50
51
- name: Verify Dependencies
52
0 commit comments