Skip to content

Commit 00fe4d4

Browse files
committed
DP-842 - use venv for b2 upload
1 parent 85b7a2b commit 00fe4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# upload to b2 (if credentials are provided, as they will be for backblaze's builds, but not pull requests)
7676
# This should be using python 3.8
7777
run: |
78-
source env/bin/activate
78+
source $GITHUB_WORKSPACE/env/bin/activate
7979
$GITHUB_WORKSPACE/maybe_upload_build_results ${{ env.OUTPUT_ZIP }}
8080
8181
- name: Check GitHub Pages status

0 commit comments

Comments
 (0)