Skip to content

Commit

Permalink
CI: revert to installing python with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jan 7, 2025
1 parent 8e86768 commit d2423d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
version: "latest"

- name: Install python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Setup uv project
run: uv sync
Expand Down

0 comments on commit d2423d5

Please sign in to comment.