Skip to content

Commit 05ea8b9

Browse files
author
Peter Makus
committed
annoying
1 parent 67855c0 commit 05ea8b9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
python-version: ${{ matrix.PYTHON }}
5050
auto-activate-base: false
5151
use-only-tar-bz2: true
52+
# annoying fix for missing fortran (find gfortran that was used to compile numpy)
53+
- name: Fix NumPy libgfortran (Linux only)
54+
if: runner.os == 'Linux'
55+
shell: bash -l {0}
56+
run: |
57+
conda install -n seismic -c conda-forge numpy --yes
5258
5359
# To keep Conda activated you have to use 'shell: bash -l {0}' line
5460
# To specifiy the shell

0 commit comments

Comments
 (0)