Skip to content

Commit

Permalink
Update to pixi 0.25 (#6837)
Browse files Browse the repository at this point in the history
### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
  • Loading branch information
emilk authored Jul 10, 2024
1 parent 8c2ea07 commit 36697d9
Show file tree
Hide file tree
Showing 27 changed files with 4,685 additions and 5,321 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Wait a few seconds
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Check PR checkboxes
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/contrib_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Python format check
run: pixi run py-fmt-check
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Codegen check
run: pixi run codegen --force --check
Expand All @@ -101,7 +101,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Rust checks & tests
run: pixi run rs-check --skip individual_crates
Expand All @@ -114,7 +114,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Rerun lints
run: pixi run lint-rerun
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0
environments: cpp

# TODO(emilk): make this work somehow. Right now this just results in
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contrib_rerun_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0
environments: wheel-test

- name: Run Python unit-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request_target_contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Update PR description
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_push_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Get version
id: versioning
Expand All @@ -57,7 +57,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Install rerun-sdk
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Update crate versions
id: versioning
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: git config
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_and_upload_rerun_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Build web-viewer (release)
run: pixi run rerun-build-web-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_and_upload_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Get sha
id: get-sha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0
environments: wheel-test

- name: Download Wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Install yarn dependencies
run: pixi run yarn --cwd rerun_js install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Build web-viewer (release)
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/reusable_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Codegen check
run: pixi run codegen --force --check
Expand All @@ -104,7 +104,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Run linter
run: |
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: prettier --check
run: pixi run misc-fmt-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_checks_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0
environments: cpp

- name: Set up Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_checks_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Python format check
run: pixi run py-fmt-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_checks_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Rust checks & tests
if: ${{ inputs.CHANNEL == 'pr' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Doxygen C++ docs
run: pixi run cpp-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_pr_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- id: "auth"
uses: google-github-actions/auth@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_publish_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Publish packages
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_publish_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0
environments: wheel-test

# built by `reusable_build_and_publish_wheels`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_publish_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- id: "auth"
uses: google-github-actions/auth@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Build web-viewer (release)
run: pixi run rerun-build-web-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_run_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0
environments: wheel-test

- name: Download Wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_sync_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- id: "auth"
uses: google-github-actions/auth@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_test_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0
environments: wheel-test

- name: Download Wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_update_pr_body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.6.0
with:
pixi-version: v0.23.0
pixi-version: v0.25.0

- name: Update PR description
run: |
Expand Down
Loading

0 comments on commit 36697d9

Please sign in to comment.