Skip to content

Commit

Permalink
Merge pull request #183 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 committed Sep 11, 2024
2 parents c8a0e7a + 630e96f commit 193269d
Show file tree
Hide file tree
Showing 2 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 @@ -42,7 +42,6 @@ jobs:
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
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 }}
# forcing bytecode compilation for colorspacious
# see https://github.com/astral-sh/uv/issues/4758
- run: |
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build library
# forcing bytecode compilation for colorspacious
# see https://github.com/astral-sh/uv/issues/4758
Expand Down Expand Up @@ -149,7 +147,6 @@ jobs:
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run mypy
run: |
uvx --python ${{ matrix.python-version }} \
Expand Down

0 comments on commit 193269d

Please sign in to comment.