File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -385,14 +385,14 @@ jobs:
385385386386 - name : Build package
387387 run : cargo build --release
388- - name : Run creation
389- run : ./scripts/ci_run.sh ${{ matrix.project_type }} 5
390- shell : bash
391388 - name : Install Pixi
392389 uses :
prefix-dev/[email protected] 393390 with :
394391 pixi-version : v0.57.0
395392 run-install : false
393+ - name : Run creation
394+ run : ./scripts/ci_run.sh ${{ matrix.project_type }} 5
395+ shell : bash
396396 - name : Set up Python
397397 working-directory : ${{ env.WORKING_DIR }}
398398 run : pixi add python=="${{ env.MIN_PYTHON_VERSION }}.*"
@@ -420,14 +420,14 @@ jobs:
420420421421 - name : Build package
422422 run : cargo build --release
423- - name : Run creation
424- run : ./scripts/ci_run.sh ${{ matrix.project_type }} 5
425- shell : bash
426423 - name : Install Pixi
427424 uses :
prefix-dev/[email protected] 428425 with :
429426 pixi-version : v0.57.0
430427 run-install : false
428+ - name : Run creation
429+ run : ./scripts/ci_run.sh ${{ matrix.project_type }} 5
430+ shell : bash
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