Skip to content

Commit

Permalink
Partial rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 19, 2024
1 parent 39e8dcf commit d144422
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ jobs:
- name: "Install Rust toolchain"
run: rustup show

- name: "Install uv"
uses: astral-sh/setup-uv@v3

- name: "Install required Python versions"
run: uv python install
run: |
# astral-sh/setup-uv sets `UV_CACHE_DIR` which disrupts the help message check
curl -LsSf https://astral.sh/uv/install.sh | sh
uv python install
- name: "Install cargo nextest"
uses: taiki-e/install-action@v2
Expand Down Expand Up @@ -214,11 +214,11 @@ jobs:
- name: "Install Rust toolchain"
run: rustup show

- name: "Install uv"
uses: astral-sh/setup-uv@v3

- name: "Install required Python versions"
run: uv python install
run: |
# astral-sh/setup-uv sets `UV_CACHE_DIR` which disrupts the help message check
curl -LsSf https://astral.sh/uv/install.sh | sh
uv python install
- name: "Install cargo nextest"
uses: taiki-e/install-action@v2
Expand Down

0 comments on commit d144422

Please sign in to comment.