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 59ed624 commit eac58b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:

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

0 comments on commit eac58b3

Please sign in to comment.