Skip to content

Commit

Permalink
Add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Dec 3, 2024
1 parent d894abd commit e67684b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,18 @@ jobs:
if: ${{ matrix.arch != 'aarch64' && matrix.arch != 'ppc64le' }}
run: |
mkdir /home/runner/micromamba_test
echo "==========> ls /home/runner/micromamba_test"
ls /home/runner/micromamba_test
export MAMBA_ROOT_PREFIX=/home/runner/micromamba_test
echo "==========> micromamba info"
${{ github.workspace }}/artifacts/micromamba info
echo "==========> micromamba search python"
${{ github.workspace }}/artifacts/micromamba search python
echo "==========> ls /home/runner/micromamba_test"
ls /home/runner/micromamba_test
echo "==========> micromamba search python"
${{ github.workspace }}/artifacts/micromamba search python
echo "==========> ls /home/runner/micromamba_test"
ls /home/runner/micromamba_test
#mkdir test_prefix
#${{ github.workspace }}/artifacts/micromamba --version
Expand Down

0 comments on commit e67684b

Please sign in to comment.