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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mv ${GITHUB_WORKSPACE}/pixi.toml /tmp/pixi

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3
with:
manifest-path: /tmp/pixi/pixi.toml

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
mv ${GITHUB_WORKSPACE}/pixi.toml /tmp/pixi

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3
with:
manifest-path: /tmp/pixi/pixi.toml

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
tarBall: true

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3
with:
run-install: false

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
tarBall: true

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3
with:
run-install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: .github/workflows/create_toml_from_yaml.sh ${GITHUB_WORKSPACE}

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3

- name: Check unit test code coverage
run: pixi run codecov
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: .github/workflows/create_toml_from_yaml.sh ${GITHUB_WORKSPACE}

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3

- name: Update version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: .github/workflows/create_toml_from_yaml.sh ${GITHUB_WORKSPACE}

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3

- name: Run unit tests
run: pixi run devtools_document
Expand Down
Loading