Skip to content

Commit

Permalink
erge 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 711a516 + a5b7c46 commit 644f4d9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
run: |
ls /usr/share/miniconda/envs/marine_environment/bin
- name: Add MARINE repo to path
run: |
export PATH=$PATH:$(pwd)
echo $PATH
- name: Execute Integration Tests
run: |
echo "running source"
Expand All @@ -50,9 +46,14 @@ jobs:
which python
echo "creating marine base dir environment variable..."
export MARINE=$(pwd)
echo $MARINE
ls $MARINE
echo "Adding marine to path..."
export PATH=$PATH:$(pwd)
echo $PATH
echo "running test"
cd tests
Expand Down

0 comments on commit 644f4d9

Please sign in to comment.