Skip to content

Commit

Permalink
Remove obsolete test for uv enabled
Browse files Browse the repository at this point in the history
The latest versions have uv enabled by default
  • Loading branch information
eifinger committed Jul 4, 2024
1 parent 957d97b commit d5ce775
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,3 @@ jobs:
version: latest
- run: rye sync
working-directory: __tests__/fixtures/rye-project
test-latest-with-uv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup rye
uses: ./
with:
version: latest
- run: |
rye config --set-bool behavior.use-uv=true
rye sync
working-directory: __tests__/fixtures/rye-project

0 comments on commit d5ce775

Please sign in to comment.