Skip to content

Commit

Permalink
MAINT update the version of pixi to 0.30.0 and the lock files (#1080)
Browse files Browse the repository at this point in the history
* MAINT update the version of pixi to 0.30.0

* force removing the lock file
  • Loading branch information
glemaitre authored Sep 20, 2024
1 parent 97ea8f7 commit 0fabb34
Show file tree
Hide file tree
Showing 5 changed files with 4,618 additions and 4,612 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-code-format-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.28.2
pixi-version: v0.30.0
frozen: true

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.28.2
pixi-version: v0.30.0
environments: ci-py312-latest-optional-deps
# we can freeze the environment and manually bump the dependencies to the
# latest version time to time.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.28.2
pixi-version: v0.30.0
environments: ${{ matrix.environment }}
# we can freeze the environment and manually bump the dependencies to the
# latest version time to time.
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/update_pixi_lock_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.28.2
pixi-version: v0.30.0

- name: Remove the current lock file
run: rm -f pixi.lock

- name: Update the pixi lock files
run: pixi update
Expand Down
Loading

0 comments on commit 0fabb34

Please sign in to comment.