Skip to content

Commit e3348d6

Browse files
Try running setup python after UV
1 parent 0948417 commit e3348d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
runner: [ codspeed-macro, ubuntu-latest ]
5757
steps:
5858
- uses: actions/checkout@v4
59+
- uses: astral-sh/setup-uv@v6
60+
with:
61+
enable-cache: true
5962
- name: Set up Python
6063
uses: actions/setup-python@v5
6164
with:
6265
python-version-file: "pyproject.toml"
63-
- uses: astral-sh/setup-uv@v6
64-
with:
65-
enable-cache: true
6666
- uses: dtolnay/[email protected]
6767
- uses: Swatinem/rust-cache@v2
6868
- run: uv sync --extra test --locked

0 commit comments

Comments
 (0)