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 8b022e1 commit 220bb48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- name: Create Conda Environment
run: |
/usr/share/miniconda/bin/conda env create -y --file marine_environment_3_10.yml --name marine_environment
/usr/share/miniconda/bin/mamba create -n marine_environment python=3.8.18 -y
/usr/share/miniconda/bin/mamba env update -n marine_environment --file marine_environment2.yml
- name: Print marine_environment bin folder contents
run: |
Expand Down

0 comments on commit 220bb48

Please sign in to comment.