Skip to content

Commit

Permalink
Merge pull request #115 from neutrinoceros/tst/cleanup_setup_uv
Browse files Browse the repository at this point in the history
MNT: simplify setup-uv usage following 2.1.1 release
  • Loading branch information
neutrinoceros authored Sep 11, 2024
2 parents 29351ff + 24a349d commit c57c412
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build wheels for CPython
uses: pypa/[email protected]
Expand Down Expand Up @@ -72,7 +71,6 @@ jobs:
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install build time dependencies
run: |
uv venv
Expand Down

0 comments on commit c57c412

Please sign in to comment.