Skip to content

Commit

Permalink
Disable gmtsar_sharedir.csh call in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Feb 8, 2024
1 parent acc8639 commit 8e11181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
make install
# check installation
export PATH=$PATH:/Users/runner/work/gmtsar/gmtsar/GMTSAR/bin
echo "Start gmtsar_sharedir.csh"
gmtsar_sharedir.csh
#echo "Start gmtsar_sharedir.csh"
#gmtsar_sharedir.csh
- name: Install PyGMTSAR
run: |
pip3 install pyvista panel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
make install
# check installation
export PATH=$PATH:/home/runner/work/gmtsar/gmtsar/GMTSAR/bin
echo "Start gmtsar_sharedir.csh"
gmtsar_sharedir.csh
#echo "Start gmtsar_sharedir.csh"
#gmtsar_sharedir.csh
- name: Install PyGMTSAR
run: |
# vtk rendering
Expand Down

0 comments on commit 8e11181

Please sign in to comment.