Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/YeoLab/sailor2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kofman committed Jul 8, 2024
2 parents f2c2090 + 36bfc48 commit a7f7b39
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ jobs:
run: |
export PATH=$PATH:$(pwd)
echo $PATH
- name: Enable relative path resolution by exporting main directory as MARINE env
run: |
export MARINE=$(pwd)
echo $MARINE
- name: Execute Integration Tests
run: |
echo "running source"
Expand All @@ -54,9 +49,13 @@ jobs:
conda activate marine_environment
which python
export MARINE=$(pwd)
echo $MARINE
ls $MARINE
echo "running test"
cd tests
pwd
bash integration_tests_run.sh /usr/share/miniconda/envs/marine_environment/bin/python

0 comments on commit a7f7b39

Please sign in to comment.