From d5ce775e75f77e52a563a734e996963acd8e15c9 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Thu, 4 Jul 2024 19:44:40 +0200 Subject: [PATCH] Remove obsolete test for uv enabled The latest versions have uv enabled by default --- .github/workflows/test-latest.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/test-latest.yml b/.github/workflows/test-latest.yml index 498a997..1bfde61 100644 --- a/.github/workflows/test-latest.yml +++ b/.github/workflows/test-latest.yml @@ -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 \ No newline at end of file