File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -328,8 +328,7 @@ jobs:
328
328
- name : Install Homebrew packages
329
329
# Save the gfortran version to a file so we can use it in the cache key.
330
330
run : |
331
- brew pin cmake
332
- brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen llvm
331
+ brew install pkgconfig autoconf libtool automake wget pcre doxygen llvm
333
332
brew reinstall gcc
334
333
pip3 install numpy==1.25
335
334
gfortran -v
@@ -455,7 +454,7 @@ jobs:
455
454
- name : Install Homebrew packages
456
455
# Save the gfortran version to a file so we can use it in the cache key.
457
456
run : |
458
- brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen llvm
457
+ brew install pkgconfig autoconf libtool automake wget pcre doxygen llvm
459
458
brew reinstall gcc
460
459
pip3 install numpy==1.25
461
460
gfortran -v
@@ -582,7 +581,7 @@ jobs:
582
581
- name : Install Homebrew packages
583
582
# Save the gfortran version to a file so we can use it in the cache key.
584
583
run : |
585
- brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen llvm
584
+ brew install pkgconfig autoconf libtool automake wget pcre doxygen llvm
586
585
brew reinstall gcc
587
586
pip3 install numpy==1.25
588
587
gfortran -v
You can’t perform that action at this time.
0 commit comments