From 59d3851ef6b9de93c2b11ddc8d534cc67e072b3f Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:52:45 +0800 Subject: [PATCH] try build fix --- .github/workflows/conda-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index d28278f..cd8df5b 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -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: |