Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# this will install pre-commit into a python environment
steps:
- uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.6
- uses: prefix-dev/setup-pixi@v0.10.0
with:
manifest-path: pyproject.toml
frozen: true
2 changes: 1 addition & 1 deletion .github/workflows/grype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check out the code
uses: actions/checkout@v6
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.6
uses: prefix-dev/setup-pixi@v0.10.0
with:
manifest-path: pyproject.toml
- name: Build conda package
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: prefix-dev/setup-pixi@v0.9.6
- uses: prefix-dev/setup-pixi@v0.10.0
with:
manifest-path: pyproject.toml

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: prefix-dev/setup-pixi@v0.9.6
- uses: prefix-dev/setup-pixi@v0.10.0
with:
manifest-path: pyproject.toml

Expand All @@ -98,7 +98,7 @@ jobs:
fetch-tags: true

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.6
uses: prefix-dev/setup-pixi@v0.10.0
with:
manifest-path: pyproject.toml
- name: Build conda package
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.9.6
uses: prefix-dev/setup-pixi@v0.10.0
with:
manifest-path: pyproject.toml
activate-environment: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v6

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

Expand Down
Loading