Skip to content

Commit

Permalink
move pixi setup to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 8, 2025
1 parent 19ea66d commit 2b53fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable_checks_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ jobs:
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

- name: Setup software rasterizer
run: pixi run python ./scripts/ci/setup_software_rasterizer.py

# Building with `--all-features` requires extra build tools like `nasm`.
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.39.0

- name: Setup software rasterizer
run: pixi run python ./scripts/ci/setup_software_rasterizer.py

- name: Download test assets
run: pixi run python ./tests/assets/download_test_assets.py

Expand Down

0 comments on commit 2b53fa7

Please sign in to comment.