Skip to content

Commit

Permalink
exp: pin uv
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 18, 2024
1 parent 51968d4 commit 74545ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,7 @@ jobs:
- uses: astral-sh/setup-uv@v2
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'
version: 0.4.10

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

0 comments on commit 74545ba

Please sign in to comment.