Skip to content

Commit

Permalink
ci: fix shellcheck failing on venv activate (#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-prisma authored Jan 28, 2025
1 parent 27445f5 commit 75c3406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/utils/uploadAndVerify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -eux;
AWS_CLI_VERSION=1.36.40

python -m venv .venv
# shellcheck disable=SC1091
# the file is generated by `python -m venv .venv`
source .venv/bin/activate
pip install awscli==$AWS_CLI_VERSION

Expand Down

0 comments on commit 75c3406

Please sign in to comment.