diff --git a/.github/workflows/auto_release_crates.yml b/.github/workflows/auto_release_crates.yml index 9ffec72f680f..5ef698569697 100644 --- a/.github/workflows/auto_release_crates.yml +++ b/.github/workflows/auto_release_crates.yml @@ -33,7 +33,7 @@ jobs: id: versioning shell: bash run: | - crate_version=$(python3 scripts/ci/crates.py get-version) + crate_version=$(pixi run python scripts/ci/crates.py get-version) echo "crate_version=$crate_version" >> "$GITHUB_OUTPUT" - name: Create pull request