Skip to content

Commit

Permalink
Ensure there's the same python version on the runner executing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Apr 9, 2024
1 parent 0fa061d commit ab50338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12.2'
architecture: 'x64'

- name: Install tests dependencies
Expand Down Expand Up @@ -827,7 +827,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12.2'
architecture: 'x64'

- name: Install tests dependencies
Expand Down

0 comments on commit ab50338

Please sign in to comment.