Skip to content

Commit

Permalink
gh-actions/gcp/setup: Pin gsutil deps (#2492)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Nov 28, 2024
1 parent 04dd3b9 commit 048d008
Show file tree
Hide file tree
Showing 3 changed files with 822 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/gcp/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
python-version: "3.12"
- if: ${{ inputs.key && steps.gsutil.outputs.installed != 'true' }}
run: |
pip install gsutil
pip install -r "${{ github.action_path }}/requirements.txt"
UTIL_PATH="$(dirname $(which gsutil))"
echo "PATH=$PATH:$UTIL_PATH" >> $GITHUB_ENV
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions gh-actions/gcp/setup/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gsutil
pyopenssl==24.2.1
Loading

0 comments on commit 048d008

Please sign in to comment.