Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Nov 6, 2023
1 parent 416fff7 commit 0aa71ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,13 @@ jobs:
- uses: actions/setup-python@v4
id: py311
with:
python-version: '3.8'
python-version: '3.10'
- run: echo "CLOUDSDK_PYTHON=${{ steps.py311.outputs.python-path }}" >> $GITHUB_ENV
- uses: google-github-actions/setup-gcloud@v1
with:
version: '>= 390.0.0'
env:
CLOUDSDK_PYTHON: ${{ steps.py311.outputs.python-path }}
- name: Dynamic Configuration
id: dynamic
shell: bash
Expand Down

0 comments on commit 0aa71ce

Please sign in to comment.