We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f9c21 commit 2e137dfCopy full SHA for 2e137df
1 file changed
.github/workflows/release.yml
@@ -46,7 +46,11 @@ jobs:
46
47
- name: Install Dependencies
48
run: |
49
- py313-mac/bin/python3 -m pip install -r requirements.txt
+ py313-mac/bin/python3 -m pip install --force-reinstall --no-cache-dir -r requirements.txt
50
+
51
+ - name: Verify Dependencies
52
+ run: |
53
+ py313-mac/bin/python3 -m pip list
54
55
- name: Upload Artifact
56
uses: actions/upload-artifact@v4
0 commit comments