-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): bump prefix-dev/setup-pixi from 0.8.2 to 0.8.3 (#1442)
- Loading branch information
1 parent
d9c6d0e
commit 9342ad0
Showing
4 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
||
- uses: prefix-dev/[email protected].2 | ||
- uses: prefix-dev/[email protected].3 | ||
|
||
- name: Build docs for PR | ||
run: | | ||
|
@@ -78,7 +78,7 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
- uses: prefix-dev/[email protected].2 | ||
- uses: prefix-dev/[email protected].3 | ||
|
||
- name: Build docs for test | ||
run: | | ||
|
@@ -102,7 +102,7 @@ jobs: | |
run: | | ||
git checkout tags/${{ github.event.inputs.tag }} | ||
- uses: prefix-dev/[email protected].2 | ||
- uses: prefix-dev/[email protected].3 | ||
|
||
- name: Configure Git user | ||
run: | | ||
|
@@ -133,7 +133,7 @@ jobs: | |
fetch-depth: 0 | ||
submodules: recursive | ||
|
||
- uses: prefix-dev/[email protected].2 | ||
- uses: prefix-dev/[email protected].3 | ||
|
||
- name: Configure Git user | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
with: | ||
workspaces: ". -> target-pixi" | ||
key: ${{ hashFiles('pixi.lock') }} | ||
- uses: prefix-dev/[email protected].2 | ||
- uses: prefix-dev/[email protected].3 | ||
# build in release mode so that it's reasonably fast to run the tests | ||
- run: pixi run build-release | ||
- run: pixi run test-ci | ||
|
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: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up pixi | ||
uses: prefix-dev/[email protected].2 | ||
uses: prefix-dev/[email protected].3 | ||
with: | ||
environments: lint | ||
- name: pre-commit | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
- uses: prefix-dev/[email protected].2 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
manifest-path: py-rattler-build/pixi.toml | ||
- name: Check formatting | ||
|