Skip to content

Commit

Permalink
Try workaround to weird GitHub Actions issue raised today when 'distr…
Browse files Browse the repository at this point in the history
…ibuted' library is not installed as needed
  • Loading branch information
AlexeyPechnikov committed Jan 25, 2024
1 parent a515404 commit f662df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
gmtsar_sharedir.csh
- name: Install PyGMTSAR
run: |
pip3 install pyvista panel
pip3 install pyvista panel distributed
pip3 install -e ./pygmtsar/
- name: Run test
working-directory: tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install PyGMTSAR
run: |
# vtk rendering
pip3 install pyvista panel
pip3 install pyvista panel distributed
pip3 install -e ./pygmtsar/
- name: Run test
working-directory: tests
Expand Down

0 comments on commit f662df8

Please sign in to comment.