Skip to content

Commit

Permalink
MAINT: drop nep29
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jan 5, 2022
1 parent baffa20 commit ed83f02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r test_requirements.txt
# Manual install of apexpy
pip install --no-binary :apexpy: apexpy
- name: Check documentation build
run: sphinx-build -E -b html docs dist/docs
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
numpy_ver: ["latest"]
include:
- python-version: "3.8"
numpy_ver: "1.20"
numpy_ver: "latest"
os: ubuntu-latest

name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }}
Expand All @@ -41,8 +41,6 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
# Manual install of apexpy
pip install --no-binary :apexpy: apexpy
- name: Set up pysat
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
aacgmv2
apexpy
geospacepy
numpy
OMMBV>=1.0
Expand Down

0 comments on commit ed83f02

Please sign in to comment.