Skip to content

Commit

Permalink
Let the CI use newer python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Oct 18, 2024
1 parent 107f7b0 commit 907fd18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
architecture: 'x64'
python-version: '3.x'

- name: Install tests dependencies
id: install_test_deps
Expand Down

0 comments on commit 907fd18

Please sign in to comment.