Skip to content

Commit 015ea7b

Browse files
committed
Try with venv
1 parent f318e6e commit 015ea7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/macOS_ARM64.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,7 @@ jobs:
148148
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
149149
DROPBOX_ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
150150
run: |
151-
python3 -m pip install -U dropbox==12.0.2
151+
python3 -m venv .venv
152+
source .venv/bin/activate
153+
python3 -m pip install dropbox==12.0.2
152154
fsbuild/upload

0 commit comments

Comments
 (0)