Skip to content

Commit

Permalink
gh-actions/gcp/setup: Pin gsutil deps
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Nov 28, 2024
1 parent 04dd3b9 commit 96a3e58
Show file tree
Hide file tree
Showing 3 changed files with 824 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.3
Loading

0 comments on commit 96a3e58

Please sign in to comment.