Skip to content

Commit

Permalink
numpy: use pypy3.8, nightly numpy, wadd windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Dec 26, 2021
1 parent 5abce9f commit 5155157
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python_version: [pypy-3.7-nightly]
os: [ubuntu-latest, macos-latest, windows-latest]
python_version: [pypy-3.8-nightly]

timeout-minutes: 20

Expand All @@ -41,7 +41,8 @@ jobs:
- name: Install NumPy
run: |
python -m pip install --upgrade pip
python -m pip install numpy hypothesis pytest
python -m pip install hypothesis pytest
python -m pip install git+https://github.com/numpy/numpy
- name: Testing NumPy
run: |
python -c "import numpy; numpy.test(verbose=3)"

0 comments on commit 5155157

Please sign in to comment.