Skip to content

Commit

Permalink
TST: Update numpy to required version for python 3.8, numpy 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoneback committed Jan 22, 2024
1 parent 64a3d0f commit 40ed944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
numpy_ver: [latest]
include:
- python-version: "3.8"
numpy_ver: "1.20"
numpy_ver: "1.20.3"
os: "ubuntu-latest"

name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }}
Expand Down

0 comments on commit 40ed944

Please sign in to comment.