Skip to content

Commit

Permalink
Pin Python version in Windows CI.
Browse files Browse the repository at this point in the history
Should fix CI failures on GCS.
  • Loading branch information
teo-tsirpanis committed Feb 6, 2025
1 parent ca7bd07 commit a0c12a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@v4
- name: Prevent vcpkg from building debug variants
run: python $env:GITHUB_WORKSPACE/scripts/ci/patch_vcpkg_triplets.py
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Configure TileDB
shell: pwsh
Expand Down

0 comments on commit a0c12a1

Please sign in to comment.