We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67888f commit 7eec5d0Copy full SHA for 7eec5d0
1 file changed
.github/workflows/test_and_deploy.yml
@@ -16,10 +16,6 @@ jobs:
16
os: [ubuntu-latest, macos-latest]
17
fail-fast: false
18
steps:
19
- - name: Install Python ${{ matrix.python-version }} with the latest version of uv.
20
- uses: astral-sh/setup-uv@v5
21
- with:
22
- python-version: ${{ matrix.python-version }}
23
- name: Install the latest version of uv.
24
uses: astral-sh/setup-uv@v5
25
with:
0 commit comments