Skip to content

Commit 0465d6a

Browse files
committed
Revert pixi change
1 parent 1eac67f commit 0465d6a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/testing.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -383,16 +383,16 @@ jobs:
383383
uses: dtolnay/rust-toolchain@stable
384384
- name: Cache Rust dependencies
385385
uses: Swatinem/[email protected]
386-
- 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
420420
uses: Swatinem/[email protected]
421-
- 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 }}.*"

0 commit comments

Comments
 (0)