Skip to content

Commit

Permalink
Set root to another test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Dec 3, 2024
1 parent 723909a commit d894abd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ jobs:
- name: Test basic commands
if: ${{ matrix.arch != 'aarch64' && matrix.arch != 'ppc64le' }}
run: |
ls /home/runner/micromamba
mkdir /home/runner/micromamba_test
ls /home/runner/micromamba_test
export MAMBA_ROOT_PREFIX=/home/runner/micromamba_test
${{ github.workspace }}/artifacts/micromamba info
${{ github.workspace }}/artifacts/micromamba search python
ls /home/runner/micromamba
ls /home/runner/micromamba_test
${{ github.workspace }}/artifacts/micromamba search python
ls /home/runner/micromamba
ls /home/runner/micromamba_test
#mkdir test_prefix
#${{ github.workspace }}/artifacts/micromamba --version
#${{ github.workspace }}/artifacts/micromamba --help
Expand Down

0 comments on commit d894abd

Please sign in to comment.