From b75b79a9ef49e8b1a43e37e66dc5ff9364737cc9 Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Mon, 5 Dec 2022 14:17:51 -0500 Subject: [PATCH] TST: update yaml for apexpy Update the main yaml for the apexpy installation. --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1782c3..3a8f73e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,11 +29,15 @@ jobs: python -m pip install --upgrade pip pip install -r test_requirements.txt + - name: Reinstall GCC on MacOS + if: ${{ matrix.os == 'macos-latest' }} + run: brew reinstall gcc + - name: Install dependencies run: | pip install -r requirements.txt pip install aacgmv2 --no-binary==aacgmv2 - pip install -i https://test.pypi.org/simple/ apexpy + pip install -i https://test.pypi.org/simple/ apexpy --no-binary==apexpy pip install OMMBV --no-binary==OMMBV - name: Set up pysat