try build fix

This commit is contained in:
Xuwznln
2025-06-13 13:52:45 +08:00
parent f5284f3a2a
commit 59d3851ef6

View File

@@ -28,14 +28,13 @@ jobs:
channels: conda-forge,robostack-staging,defaults channels: conda-forge,robostack-staging,defaults
channel-priority: strict channel-priority: strict
activate-environment: build-env activate-environment: build-env
environment-file: unilabos-osx-arm64.yaml
auto-activate-base: false auto-activate-base: false
auto-update-conda: false auto-update-conda: false
show-channel-urls: true show-channel-urls: true
- name: Install boa - name: Install boa
run: | run: |
conda install -c conda-forge boa conda install -c conda-forge boa python=3.11.11
- name: Show conda info - name: Show conda info
run: | run: |