Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
with:
fetch-tags: true

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
locked: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
cache-write: false
environments: pdev

- run: |
Expand All @@ -75,9 +75,9 @@ jobs:
with:
fetch-tags: true

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
locked: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -103,12 +103,12 @@ jobs:
with:
fetch-tags: true

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
locked: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
cache-write: false
environments: pdev

- run: |
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v5

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
frozen: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
environments: pdev rdev
environments: rdev

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -52,13 +52,13 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v5

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
frozen: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
environments: pdev rdev
environments: rdev

- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -87,13 +87,13 @@ jobs:
steps:
- uses: actions/checkout@v5

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
frozen: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
environments: pdev rdev
environments: rdev

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -112,9 +112,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v5

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
frozen: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -143,9 +143,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v5

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
frozen: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -172,9 +172,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v5

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
frozen: true
cache: true
cache-write: ${{ github.ref == 'refs/heads/main' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
locked: true
cache: false # Don't use cache because we use the ``pdoc`` environment
environments: pdoc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
locked: true
cache: false
environments: pbuild
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/update_pixi_lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: prefix-dev/setup-pixi@v0.9.2
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.50.2
pixi-version: v0.59.0
cache: false

- name: Run Pixi update
run: pixi update
run: |
pixi update
pixi update nrel-compass
pixi install

- name: Determine trigger message
id: trigger
Expand All @@ -46,7 +49,7 @@ jobs:
fi

- name: Create PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "chore: update pixi dependencies"
title: "Update pixi lockfile"
Expand All @@ -63,4 +66,5 @@ jobs:
branch: "auto/pixi-update"
base: "main"
delete-branch: true
draft: always-true
labels: dependencies, github_actions, chore
Loading