File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -383,16 +383,16 @@ jobs:
383383 uses : dtolnay/rust-toolchain@stable
384384 - name : Cache Rust dependencies
385385386- - name : Install Pixi
387- uses :
prefix-dev/[email protected] 388- with :
389- manifest-path : ${{ env.WORKING_DIR }}/pyproject.toml
390- pixi-version : v0.57.0
391386 - name : Build package
392387 run : cargo build --release
393388 - name : Run creation
394389 run : ./scripts/ci_run.sh ${{ matrix.project_type }} 5
395390 shell : bash
391+ - name : Install Pixi
392+ uses :
prefix-dev/[email protected] 393+ with :
394+ manifest-path : ${{ env.WORKING_DIR }}/pyproject.toml
395+ pixi-version : v0.57.0
396396 - name : Set up Python
397397 working-directory : ${{ env.WORKING_DIR }}
398398 run : pixi add python=="${{ env.MIN_PYTHON_VERSION }}.*"
@@ -418,16 +418,16 @@ jobs:
418418 uses : dtolnay/rust-toolchain@stable
419419 - name : Cache Rust dependencies
420420421- - name : Install Pixi
422- uses :
prefix-dev/[email protected] 423- with :
424- manifest-path : ${{ env.WORKING_DIR }}/pyproject.toml
425- pixi-version : v0.57.0
426421 - name : Build package
427422 run : cargo build --release
428423 - name : Run creation
429424 run : ./scripts/ci_run.sh ${{ matrix.project_type }} 5
430425 shell : bash
426+ - name : Install Pixi
427+ uses :
prefix-dev/[email protected] 428+ with :
429+ manifest-path : ${{ env.WORKING_DIR }}/pyproject.toml
430+ pixi-version : v0.57.0
431431 - name : Set up Python
432432 working-directory : ${{ env.WORKING_DIR }}
433433 run : pixi add python=="${{ env.MIN_PYTHON_VERSION }}.*"
You can’t perform that action at this time.
0 commit comments