mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 06:25:06 +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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user