-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump prefix-dev/setup-pixi from 0.8.1 to 0.8.3 in the dependencies gr…
…oup (#143)
- Loading branch information
1 parent
822ea1b
commit 5a5ec80
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up conda env | ||
uses: prefix-dev/[email protected].1 | ||
uses: prefix-dev/[email protected].3 | ||
- name: Install repository | ||
run: pixi run postinstall | ||
- name: Cache models | ||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up pixi | ||
uses: prefix-dev/[email protected].1 | ||
uses: prefix-dev/[email protected].3 | ||
with: | ||
environments: ${{ matrix.env }} | ||
- name: Install repository | ||
|
@@ -55,7 +55,7 @@ jobs: | |
- name: Checkout branch | ||
uses: actions/checkout@v4 | ||
- name: Set up pixi | ||
uses: prefix-dev/[email protected].1 | ||
uses: prefix-dev/[email protected].3 | ||
- uses: quantco/pre-commit-conda@v1 | ||
with: | ||
python-version: "3.8" |