fix pyproject-file config warnings from setup-uv action (#127)
Some checks failed
lint / pre-commit (push) Waiting to run
release / linux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 4s
release / linux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:ppc64le]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:s390x]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 3s
release / test (push) Has been skipped
release / windows (map[runner:windows-latest target:x64]) (push) Has been cancelled
release / windows (map[runner:windows-latest target:x86]) (push) Has been cancelled
release / macos (map[runner:macos-13 target:x86_64]) (push) Has been cancelled
release / macos (map[runner:macos-14 target:aarch64]) (push) Has been cancelled
release / sdist (push) Has been cancelled
release / release (push) Has been cancelled

This commit is contained in:
Josh Thomas 2025-04-30 15:18:33 -05:00 committed by GitHub
parent 2dacbb0056
commit abd270daeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -28,7 +28,6 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
pyproject-file: pyproject.toml
- uses: actions/cache@v4
with:

View file

@ -38,7 +38,6 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
pyproject-file: pyproject.toml
- id: set-matrix
run: |
@ -58,7 +57,6 @@ jobs:
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
pyproject-file: pyproject.toml
- name: Run tests
run: |