Skip to content

Commit

Permalink
test mamba4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrengang committed Mar 3, 2025
1 parent b5f3530 commit c95ed30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
- name: Install via mamba
run: |
conda install mamba -c conda-forge
mamba env create -f Centromics.yaml --force
which mamba
mamba env create -h
mamba env create --force -f Centromics.yaml
- name: Test
run: |
ls -al
Expand Down

0 comments on commit c95ed30

Please sign in to comment.