File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,20 @@ jobs:
32
32
python -m pip install --upgrade pip
33
33
pip install -r requirements_dev.txt
34
34
35
- # - name: Install pysteps on MacOS
36
- # if: matrix.os == 'macos-latest'
37
- # working-directory: ${{github.workspace}}
38
- # env:
39
- # CC: gcc-9
40
- # CXX: g++-9
41
- # CXX1X: g++-9
42
- # HOMEBREW_NO_INSTALL_CLEANUP: 1
43
- # run: |
44
- # brew update-reset
45
- # brew update
46
- # brew install gcc@9
47
- # gcc-9 --version
48
- # pip install git+https://github.com/pySTEPS/pysteps
49
- # python -c "import pysteps"
35
+ - name : Install pysteps on MacOS
36
+ if : matrix.os == 'macos-latest'
37
+ working-directory : ${{github.workspace}}
38
+ env :
39
+ CC : gcc-13
40
+ CXX : g++-13
41
+ CXX1X : g++-13
42
+ HOMEBREW_NO_INSTALL_CLEANUP : 1
43
+ run : |
44
+ brew update-reset
45
+ brew update
46
+ gcc-13 --version || brew install gcc@13
47
+ pip install git+https://github.com/pySTEPS/pysteps
48
+ python -c "import pysteps"
50
49
51
50
- name : Install pysteps on Windows and Linux
52
51
if : matrix.os != 'macos-latest'
You can’t perform that action at this time.
0 commit comments