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 87a35ca commit b358780
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
printenv
ls /usr/share/miniconda/bin/
- name: Initialize Conda
run: |
conda init bash # Initialize Conda for bash shell
eval "$(conda shell.bash hook)"
- name: Create Conda Environment
run: |
Expand Down

0 comments on commit b358780

Please sign in to comment.