-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(pixi): pin pixi to 0.19.1, setup-pixi to 0.5.2 for now (#1718)
* 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
Showing
6 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 }} | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|