Skip to content

Commit

Permalink
TST: fix python version setup
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 18, 2024
1 parent caa1378 commit 51968d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ jobs:
with:
enable-cache: true

- run: uv python install ${{ matrix.python-version }}
if: matrix.python-version != '3.13-dev'

- run: uv python install 3.13
if: matrix.python-version == '3.13-dev'

- run: echo $(pwd) # TODO: clean up (maybe use it on other archs first)
if: matrix.os == 'ubuntu-latest'

Expand Down

0 comments on commit 51968d4

Please sign in to comment.