Skip to content

Commit

Permalink
gh actions: pin python to 3.12.5 on windows, because .6 has issues (N…
Browse files Browse the repository at this point in the history
…o Python at '"C:\hostedtoolcache\windows\Python\3.12.5\x64\python.exe')
  • Loading branch information
cyberw committed Sep 15, 2024
1 parent 70f3551 commit 7a8ec0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

# OS Integration tests
- { name: "Linux", python: "3.12", os: ubuntu-latest, tox: fail_fast_test_main_external_package }
- { name: "Windows", python: '3.12', os: windows-latest, tox: fail_fast_test_main_external_package }
- { name: "Windows", python: '3.12.5', os: windows-latest, tox: fail_fast_test_main_external_package }
- { name: "MacOS", python: '3.12', os: macos-latest, tox: fail_fast_test_main_external_package }

# Unit tests on Python versions
Expand Down

0 comments on commit 7a8ec0e

Please sign in to comment.