-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/virtual_package_from_lockfile
- Loading branch information
Showing
44 changed files
with
530 additions
and
314 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 |
---|---|---|
|
@@ -69,7 +69,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: lint | ||
- name: pre-commit | ||
|
@@ -99,7 +99,24 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Machete | ||
uses: bnjbvr/cargo-machete@main | ||
uses: bnjbvr/[email protected] | ||
|
||
# Checks for duplicate version of package | ||
cargo-vendor: | ||
name: Cargo Vendor | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected] | ||
with: | ||
cache: ${{ github.ref == 'refs/heads/main' }} | ||
- uses: Swatinem/rust-cache@v2 | ||
with: | ||
workspaces: ". -> target/pixi" | ||
key: ${{ hashFiles('pixi.lock') }} | ||
save-if: ${{ github.ref == 'refs/heads/main' }} | ||
- name: Test cargo vendor | ||
run: cargo vendor --locked | ||
|
||
# | ||
# Run tests on important platforms. | ||
|
@@ -113,7 +130,7 @@ jobs: | |
runs-on: 8core_ubuntu_latest_runner | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache: ${{ github.ref == 'refs/heads/main' }} | ||
- uses: Swatinem/rust-cache@v2 | ||
|
@@ -135,7 +152,7 @@ jobs: | |
runs-on: macos-14 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache: ${{ github.ref == 'refs/heads/main' }} | ||
- uses: Swatinem/rust-cache@v2 | ||
|
@@ -157,7 +174,7 @@ jobs: | |
runs-on: macos-13 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache: ${{ github.ref == 'refs/heads/main' }} | ||
- uses: Swatinem/rust-cache@v2 | ||
|
@@ -181,7 +198,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Create Dev Drive using ReFS | ||
run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache: ${{ github.ref == 'refs/heads/main' }} | ||
- uses: Swatinem/rust-cache@v2 | ||
|
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: | ||
submodules: recursive | ||
|
||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
environments: docs | ||
|
||
|
@@ -67,7 +67,7 @@ jobs: | |
run: | | ||
git checkout tags/${{ github.event.inputs.tag }} | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
environments: docs | ||
|
||
|
@@ -100,7 +100,7 @@ jobs: | |
fetch-depth: 0 | ||
submodules: recursive | ||
|
||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
environments: docs | ||
|
||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].3 | ||
with: | ||
cache: true | ||
environments: schema | ||
|
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 |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
target: ${{ matrix.target }} | ||
|
||
- name: Set up pixi | ||
uses: prefix-dev/[email protected].1 | ||
uses: prefix-dev/[email protected].3 | ||
with: | ||
environments: trampoline | ||
|
||
|
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: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up pixi | ||
uses: prefix-dev/[email protected].1 | ||
uses: prefix-dev/[email protected].3 | ||
with: | ||
run-install: false | ||
- name: Update lockfiles | ||
|
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ __pycache__ | |
site/ | ||
.cache | ||
pytest-temp | ||
/vendor |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.