Skip to content

Commit

Permalink
Merge pull request #50 from neutrons/unpin-requirements
Browse files Browse the repository at this point in the history
Unpin requirements file for numpy + drop py39 from CI/CD
  • Loading branch information
marshallmcdonnell committed Jan 21, 2021
2 parents 61b57d1 + d1e9a7c commit 2230801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy==1.19.4
numpy
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39,lint,coverage
envlist = py36,py37,py38,py39,lint,lint-security,coverage


[gh-actions]
Expand Down

0 comments on commit 2230801

Please sign in to comment.