Skip to content

Commit

Permalink
Add ls cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Dec 3, 2024
1 parent 182c784 commit 723909a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,15 @@ jobs:
- name: Test basic commands
if: ${{ matrix.arch != 'aarch64' && matrix.arch != 'ppc64le' }}
run: |
mkdir test_prefix
${{ github.workspace }}/artifacts/micromamba --version
${{ github.workspace }}/artifacts/micromamba --help
ls /home/runner/micromamba
${{ github.workspace }}/artifacts/micromamba info
${{ github.workspace }}/artifacts/micromamba search python
ls /home/runner/micromamba
${{ github.workspace }}/artifacts/micromamba search python
ls /home/runner/micromamba
#mkdir test_prefix
#${{ github.workspace }}/artifacts/micromamba --version
#${{ github.workspace }}/artifacts/micromamba --help
#${{ github.workspace }}/artifacts/micromamba env create -y -n testenv -r ./test_prefix "python<3.13"
#${{ github.workspace }}/artifacts/micromamba list -n testenv -r ./test_prefix --log-level 1
Expand Down

0 comments on commit 723909a

Please sign in to comment.