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 644f4d9 commit 4b1e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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 create -f marine_environment.yml -n marine_environment python=3.10 -y
- name: Print marine_environment bin folder contents
run: |
Expand Down

0 comments on commit 4b1e9ed

Please sign in to comment.