Skip to content
Draft
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
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- platform: linux-aarch64
os: ubuntu-24.04-arm
- platform: osx-64
os: macos-13
os: macos-15-intel
- platform: osx-arm64
os: macos-14

Expand All @@ -33,11 +33,14 @@ jobs:
uses: prefix-dev/[email protected]
with:
pixi-version: v0.59.0
cache: false
run-install: false

- name: Build packages
run: pixi build --output-dir dist

- name: Install rattler-build
run: pixi global install rattler-build

- name: Test packages
run: |
for pkg in dist/*.conda; do
Expand Down