Skip to content

Commit

Permalink
Fix CI scripts due to repository renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Feb 9, 2024
1 parent eb982ac commit e4037ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
make
make install
# check installation
export PATH=$PATH:/Users/runner/work/gmtsar/gmtsar/GMTSAR/bin
#echo "Start gmtsar_sharedir.csh"
#gmtsar_sharedir.csh
export PATH=$PATH:${{ github.workspace }}/GMTSAR/bin
echo "Start gmtsar_sharedir.csh"
gmtsar_sharedir.csh
- name: Install PyGMTSAR
run: |
pip3 install pyvista panel
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
make CFLAGS='-z muldefs' LDFLAGS='-z muldefs'
make install
# check installation
export PATH=$PATH:/home/runner/work/gmtsar/gmtsar/GMTSAR/bin
#echo "Start gmtsar_sharedir.csh"
#gmtsar_sharedir.csh
export PATH=$PATH:${{ github.workspace }}/GMTSAR/bin
echo "Start gmtsar_sharedir.csh"
gmtsar_sharedir.csh
- name: Install PyGMTSAR
run: |
# vtk rendering
Expand Down

0 comments on commit e4037ec

Please sign in to comment.