Skip to content

Commit

Permalink
Check mamba version
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Jul 13, 2023
1 parent 5776c92 commit 8f39a1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
miniforge-version: "latest"
miniforge-variant: Mambaforge
use-mamba: true
- name: Show conda config
- name: Update and show conda config
run: |
conda update -n base -c conda-forge conda
conda info
conda list
conda config --show-sources
conda config --show
mamba --version
- name: Gather Python info
run: |
which python
Expand Down

0 comments on commit 8f39a1b

Please sign in to comment.