From ffd0f2d26ac78e358e3cb98301530d3661dc0605 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Mon, 13 Oct 2025 03:21:16 +0800 Subject: [PATCH] Complete all one key installation --- .github/workflows/conda-pack-build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/conda-pack-build.yml b/.github/workflows/conda-pack-build.yml index bc72490d..e75ec10b 100644 --- a/.github/workflows/conda-pack-build.yml +++ b/.github/workflows/conda-pack-build.yml @@ -89,7 +89,7 @@ jobs: run: | echo "Installing unilabos and dependencies to unilab environment..." echo "Using mamba for faster and more reliable dependency resolution..." - mamba install -n unilab uni-lab::unilabos -c uni-lab -c robostack-staging -c conda-forge -y + mamba install -n unilab uni-lab::unilabos conda-pack -c uni-lab -c robostack-staging -c conda-forge -y - name: Get latest ros-humble-unilabos-msgs version (Windows) if: steps.should_build.outputs.should_build == 'true' && matrix.platform == 'win-64' @@ -326,12 +326,8 @@ jobs: echo "Distribution package contents:" ls -lh dist-package/ echo "" - echo "Package size (tar.gz):" - ls -lh unilab-pack-*.tar.gz - echo "" echo "Artifact name: unilab-pack-${{ matrix.platform }}-${{ github.event.inputs.branch }}" echo "" echo "After download:" - echo " - Windows/macOS: Extract ZIP, then: tar -xzf unilab-pack-${{ matrix.platform }}.tar.gz" - echo " - Linux: Extract ZIP (or download tar.gz directly), run install_unilab.sh" + echo " install_unilab.sh" echo "=========================================="