mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 22:15:04 +00:00
try build fix
This commit is contained in:
3
.github/workflows/conda-build.yml
vendored
3
.github/workflows/conda-build.yml
vendored
@@ -28,14 +28,13 @@ jobs:
|
||||
channels: conda-forge,robostack-staging,defaults
|
||||
channel-priority: strict
|
||||
activate-environment: build-env
|
||||
environment-file: unilabos-osx-arm64.yaml
|
||||
auto-activate-base: false
|
||||
auto-update-conda: false
|
||||
show-channel-urls: true
|
||||
|
||||
- name: Install boa
|
||||
run: |
|
||||
conda install -c conda-forge boa
|
||||
conda install -c conda-forge boa python=3.11.11
|
||||
|
||||
- name: Show conda info
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user