Skip to content

Commit f7809cf

Browse files
authored
Merge pull request #223 from rust-ndarray/drop-macos-fortran
Drop netlib/openblas test for macOS
2 parents 01ace10 + c2eb0a8 commit f7809cf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ndarray-linalg.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@ jobs:
1818

1919
macos:
2020
runs-on: macos-10.15
21-
env:
22-
CC: gcc-9
23-
FC: gfortran-9
24-
LIBRARY_PATH: /usr/local/opt/gcc/lib/gcc/9
2521
strategy:
2622
fail-fast: false
2723
matrix:
2824
feature:
29-
- netlib
30-
- openblas
3125
- intel-mkl
3226
steps:
3327
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)