We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecff622 commit 243256bCopy full SHA for 243256b
1 file changed
.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 -t ./py313-mac
+ py313-mac/bin/python3 -m pip install --force-reinstall --no-cache-dir -r requirements.txt -t ./py313-mac/packages
50
51
- name: Verify Dependencies
52
0 commit comments