Skip to content

Commit

Permalink
ci(pixi): pin pixi to 0.19.1, setup-pixi to 0.5.2 for now (#1718)
Browse files Browse the repository at this point in the history
* pin pixi version to 0.19.1
* bump setup-pixi to 0.5.2
* avoid breaking changes while pixi matures — pinning the action alone leaves us exposed to regressions in pixi itself
  • Loading branch information
wpbonelli authored Apr 11, 2024
1 parent e3761d3 commit a7fed86
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Checkout modflow6
uses: actions/checkout@v4

- uses: prefix-dev/[email protected].1
- uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1

- name: Check Fortran source formatting
run: pixi run fortran-format-check
Expand Down Expand Up @@ -79,9 +79,9 @@ jobs:
compiler: gcc
version: ${{ env.FC_V }}

- uses: prefix-dev/[email protected].1
- uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1

- name: Meson setup
run: pixi run setup -Dwerror=true builddir
Expand Down Expand Up @@ -124,9 +124,9 @@ jobs:
version: ${{ env.FC_V }}

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"

- name: Build test-drive
Expand Down Expand Up @@ -219,9 +219,9 @@ jobs:
version: ${{ env.FC_V }}

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"

- name: Build modflow6
Expand Down Expand Up @@ -332,9 +332,9 @@ jobs:
path: modflow6-examples

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"

- name: Setup ${{ env.FC }} ${{ env.FC_V }}
Expand Down Expand Up @@ -419,9 +419,9 @@ jobs:
path: modflow6

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"

- name: Test parallel MF6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
version: ${{ matrix.version }}

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"

- name: Build modflow6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
path: usgslatex

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"

- name: Install additional packages for Sphinx using pip
Expand Down Expand Up @@ -194,9 +194,9 @@ jobs:
sudo apt-get install doxygen graphviz
- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1

- name: Print python package versions
run: pixi run pip list
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
path: modflow6-largetestmodels

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"

- name: Setup ${{ matrix.compiler }} ${{ matrix.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected].1
- uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
cache: false

- name: Update pixi lock file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
ref: ${{ inputs.branch }}

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].2
with:
pixi-version: "latest"
pixi-version: v0.19.1
manifest-path: "modflow6/pixi.toml"

- name: Setup Micromamba
Expand Down

0 comments on commit a7fed86

Please sign in to comment.