Skip to content

Commit

Permalink
ci: use official GHA for uv (#1048)
Browse files Browse the repository at this point in the history
This exists now, and doesn't produce a notice on each job warning about
"latest".

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 8, 2024
1 parent 231888e commit 8c3c1a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v3
- run: uv pip install --system nox
- run: nox -s cov
- uses: AndreMiras/coveralls-python-action@develop
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: "3.11"
- run: sudo apt-get install pandoc
- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v3
- run: uv pip install --system nox
- run: nox -s doc
- uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v3

- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v3

- uses: pypa/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
- uses: rui314/setup-mold@v1
if: runner.os == 'Linux'
- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 8c3c1a8

Please sign in to comment.