File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
run : pip install aacgmv2 --no-binary==aacgmv2
50
50
51
51
- name : Install apexpy for MacOS X
52
- # Only test apexpy for nep29 tests
52
+ # Only test apexpy for NEP29 tests
53
53
if : ${{ matrix.numpy_ver != 'latest' && matrix.os == 'macos-latest' }}
54
54
# Optional package, continue with tests if install fails
55
55
continue-on-error : true
60
60
CC=/opt/homebrew/bin/gcc-14 FC=/opt/homebrew/bin/gfortran pip install apexpy --no-binary==apexpy
61
61
62
62
- name : Install apexpy for Unix/Windows
63
- # Only test apexpy for nep29 tests
63
+ # Only test apexpy for NEP29 tests
64
64
if : ${{ matrix.numpy_ver != 'latest' && matrix.os != 'macos-latest' }}
65
65
# Optional package, continue with tests if install fails
66
66
continue-on-error : true
You can’t perform that action at this time.
0 commit comments