Fix Build 8

This commit is contained in:
Xuwznln
2026-01-27 15:39:15 +08:00
parent 4b0d1553e9
commit b2f26ffb28
2 changed files with 40 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ jobs:
if: steps.should_build.outputs.should_build == 'true'
run: |
echo "Building unilabos-env (conda environment dependencies)..."
rattler-build build -r .conda/env/recipe.yaml -c uni-lab -c robostack-staging -c conda-forge
rattler-build build -r .conda/environment/recipe.yaml -c uni-lab -c robostack-staging -c conda-forge
- name: Build unilabos (with pip package)
if: steps.should_build.outputs.should_build == 'true'