Skip to content

Commit 5c3dc72

Browse files
committed
Change order
1 parent ee828a9 commit 5c3dc72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,14 +385,14 @@ jobs:
385385
uses: Swatinem/[email protected]
386386
- 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:
420420
uses: Swatinem/[email protected]
421421
- 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 }}.*"

0 commit comments

Comments
 (0)