Skip to content

Commit

Permalink
Update pixi to 0.39.0 and update pixi.lock to version 6 (#8320)
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored Dec 5, 2024
1 parent f78bada commit 83f82ef
Show file tree
Hide file tree
Showing 29 changed files with 5,221 additions and 11,427 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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Check PR checkboxes
run: |
Expand Down
12 changes: 6 additions & 6 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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Python format check
run: pixi run py-fmt-check
Expand All @@ -63,7 +63,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0
environments: py-docs

- name: Build via mkdocs
Expand All @@ -82,7 +82,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0
environments: wheel-test-min

- name: Build rerun-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Get current wasm-bindgen version
id: current-version
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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0
environments: py-docs

- name: Install rerun-sdk
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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0
# default: for the rendering step
# wheel-test-min: minimal env for roundtrips (less heavy than wheel-test/examples)
environments: >-
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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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 @@ -190,7 +190,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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 @@ -88,7 +88,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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 @@ -62,7 +62,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

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

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0
environments: cpp

- name: Set up Rust
Expand Down
4 changes: 2 additions & 2 deletions .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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Python format check
run: pixi run py-fmt-check
Expand All @@ -55,7 +55,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0
environments: py-docs

- name: Build via mkdocs
Expand Down
4 changes: 2 additions & 2 deletions .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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Rust checks & tests
if: ${{ inputs.CHANNEL == 'pr' }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# Building with `--all-features` requires extra build tools like `nasm`.
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Download test assets
run: pixi run python ./tests/assets/download_test_assets.py
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0
environments: py-docs

- name: Set up git author
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Delete existing /target/doc
run: rm -rf ./target/doc
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Doxygen C++ docs
run: pixi run -e cpp cpp-docs
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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.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 @@ -149,7 +149,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0
# Only has the deps for round-trips. Not all examples.
environments: wheel-test-min

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_track_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.34.0
pixi-version: v0.39.0

- name: Render benchmark result
if: github.ref == 'refs/heads/main'
Expand Down
Loading

0 comments on commit 83f82ef

Please sign in to comment.