Skip to content

Commit

Permalink
add more infos to check status
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRa42 committed Nov 5, 2024
1 parent 4904f52 commit 00fb5c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ jobs:
- name: Install dependencies
if: env.SKIP_INSTALL == 'false'
run: |
mamba info
source $HOME/miniconda/bin/activate
mamba install -n base conda=23.9 mamba=1.5.9
mamba info
mamba install -n base conda=23.9 mamba=2.0.2
mamba info
mamba env remove --name sarvey_testinstall --yes || echo "Environment sarvey_testinstall does not exist"
pip install conda-merge
Expand Down

0 comments on commit 00fb5c6

Please sign in to comment.