-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT update the version of pixi to 0.30.0 and the lock files (#1080)
* MAINT update the version of pixi to 0.30.0 * force removing the lock file
- Loading branch information
Showing
5 changed files
with
4,618 additions
and
4,612 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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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. | ||
|
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 |
---|---|---|
|
@@ -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. | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.