Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekofman authored Jul 8, 2024
1 parent 554ca3d commit fac7009
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
- name: Install Mamba
run: |
conda install -c conda-forge mamba -y
- name: Print environment variables
run: |
printenv
- name: Find Mamba executable path
run: |
MAMBA_PATH=$(which mamba)
Expand Down

0 comments on commit fac7009

Please sign in to comment.