Skip to content

Commit

Permalink
bump numpy to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Jun 13, 2021
1 parent 6c38cca commit f562498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
numpy-version: [ 1.18 ]
numpy-version: [ 1.20 ]
python-version: [ 3.8 ]
include:
- {deploy: true, os: ubuntu-latest, numpy-version: 1.18, python-version: 3.8 }
- {deploy: true, os: ubuntu-latest, numpy-version: 1.20, python-version: 3.8 }
steps:

- name: Checkout source code
Expand Down

0 comments on commit f562498

Please sign in to comment.