Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: rustup component add llvm-tools-preview

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6

- name: install deps
run: uv sync --group testing
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
key: test-v3

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6

- name: install deps
run: uv sync --group testing
Expand All @@ -150,7 +150,7 @@ jobs:
- uses: actions/checkout@v4

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6

- name: install deps
run: uv sync --group testing
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- uses: actions/checkout@v4

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6

- name: install deps
run: |
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
node-version: '18'

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6

- name: install deps
run: |
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
actions-cache-folder: emsdk-cache

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6

- name: install deps
run: uv sync --group wasm
Expand Down Expand Up @@ -525,7 +525,7 @@ jobs:
- uses: actions/checkout@v4

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.interpreter }}

Expand Down Expand Up @@ -645,7 +645,7 @@ jobs:
- uses: actions/checkout@v4

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6

- name: get dist artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ env.UV_PYTHON}}

- name: install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
enable-cache: true

Expand Down
Loading