Skip to content

Commit 2e137df

Browse files
committed
Dependencies check in workflow
1 parent 29f9c21 commit 2e137df

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ jobs:
4646

4747
- name: Install Dependencies
4848
run: |
49-
py313-mac/bin/python3 -m pip install -r requirements.txt
49+
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
5054
5155
- name: Upload Artifact
5256
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)