Skip to content

Commit a3abc5f

Browse files
jklenzingaburrell
andauthored
Apply suggestions from code review
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
1 parent e26f47f commit a3abc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: pip install aacgmv2 --no-binary==aacgmv2
5050

5151
- name: Install apexpy for MacOS X
52-
# Only test apexpy for nep29 tests
52+
# Only test apexpy for NEP29 tests
5353
if: ${{ matrix.numpy_ver != 'latest' && matrix.os == 'macos-latest' }}
5454
# Optional package, continue with tests if install fails
5555
continue-on-error: true
@@ -60,7 +60,7 @@ jobs:
6060
CC=/opt/homebrew/bin/gcc-14 FC=/opt/homebrew/bin/gfortran pip install apexpy --no-binary==apexpy
6161
6262
- name: Install apexpy for Unix/Windows
63-
# Only test apexpy for nep29 tests
63+
# Only test apexpy for NEP29 tests
6464
if: ${{ matrix.numpy_ver != 'latest' && matrix.os != 'macos-latest' }}
6565
# Optional package, continue with tests if install fails
6666
continue-on-error: true

0 commit comments

Comments
 (0)