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 29266ad commit fae2be7
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 @@ -28,9 +28,10 @@ jobs:
source /home/runner/.bashrc
/usr/share/miniconda/bin/mamba init
/usr/share/miniconda/bin/mamba activate marine_environment
/usr/share/miniconda/bin/mamba env update -n marine_environment -f marine_environment.yml
- name: Execute Integration Tests
run: |
source /home/runner/.bashrc
/usr/share/miniconda/bin/mamba init
/usr/share/miniconda/bin/mamba activate marine_environment
bash tests/integration_tests_run.sh

0 comments on commit fae2be7

Please sign in to comment.