Skip to content

Commit 85b7a2b

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/api-v2' || github.ref == 'refs/heads/7.x'
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
77-
run: $GITHUB_WORKSPACE/maybe_upload_build_results ${{ env.OUTPUT_ZIP }}
77+
run: |
78+
source env/bin/activate
79+
$GITHUB_WORKSPACE/maybe_upload_build_results ${{ env.OUTPUT_ZIP }}
7880
7981
- name: Check GitHub Pages status
8082
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)