Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jan 5, 2022
1 parent ed83f02 commit b652ce7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
os: [ubuntu-latest]
numpy_ver: ["latest"]
include:
- python-version: "3.8"
numpy_ver: "latest"
os: ubuntu-latest

name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }}
runs-on: ${{ matrix.os }}
Expand All @@ -33,11 +29,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r test_requirements.txt
- name: Install NEP29 dependencies
if: ${{ matrix.numpy_ver != 'latest'}}
run: |
pip install --no-binary :numpy: numpy==${{ matrix.numpy_ver }}
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Improve docstrings throughout
* Testing
* Add style check for docstrings
* Include support for testing against multiple versions of numpy

## [0.2.2] - 2021-06-18
* Migrate pyglow interface to pysatIncubator
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
apexpy
geospacepy
numpy
OMMBV>1.0
OMMBV>=1.0
pandas
pysat>=3.0
pyEphem
Expand Down

0 comments on commit b652ce7

Please sign in to comment.