Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/ci-pixi-source-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ defaults:
shell: bash --noprofile --norc -xeuo pipefail {0}

env:
PIXI_VERSION: "v0.66.0" # keep in sync with the version developers run locally
# keep in sync with the version developers run locally. Must be >=0.71.0:
# older pixi re-ran the editable source build on every `pixi run`, recompiling
# all Cython extensions (#2138). The fix (content-addressed source-build cache,
# prefix-dev/pixi#6285 + #6123) also bumps the pixi.lock format to v7.
PIXI_VERSION: "v0.73.0"

jobs:
# ── PR guard: CPU-only build + import + placement smoke ──
Expand Down
1,907 changes: 1,286 additions & 621 deletions benchmarks/cuda_bindings/pixi.lock

Large diffs are not rendered by default.

1,339 changes: 1,052 additions & 287 deletions benchmarks/cuda_core/pixi.lock

Large diffs are not rendered by default.

24,822 changes: 13,405 additions & 11,417 deletions cuda_bindings/pixi.lock

Large diffs are not rendered by default.

29,281 changes: 15,667 additions & 13,614 deletions cuda_core/pixi.lock

Large diffs are not rendered by default.

8,033 changes: 4,443 additions & 3,590 deletions cuda_pathfinder/pixi.lock

Large diffs are not rendered by default.

1,274 changes: 445 additions & 829 deletions pixi.lock

Large diffs are not rendered by default.

Loading