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 220bb48 commit e0a366b
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 @@ -26,7 +26,7 @@ jobs:
- name: Create Conda Environment
run: |
/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
/usr/share/miniconda/bin/mamba env update -n marine_environment --file marine_environment2.yaml
- name: Print marine_environment bin folder contents
run: |
Expand Down

0 comments on commit e0a366b

Please sign in to comment.