Skip to content

Commit

Permalink
TST: update yaml for apexpy
Browse files Browse the repository at this point in the history
Update the main yaml for the apexpy installation.
  • Loading branch information
aburrell committed Dec 5, 2022
1 parent 6f5fb77 commit b75b79a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b75b79a

Please sign in to comment.