diff options
author | mattip <matti.picus@gmail.com> | 2021-03-09 01:13:48 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-03-09 01:13:48 +0200 |
commit | 72261a2e3291bb87abe9fbd75a5197cfc0b41f1f (patch) | |
tree | 0e346f30b9ec9bb6a6fa53ee62a8c73bed4e1045 /.github | |
parent | 3ad51382fd0e7da68daba7b7f831afc018260c37 (diff) | |
download | numpy-72261a2e3291bb87abe9fbd75a5197cfc0b41f1f.tar.gz |
use pypy nightly to work around bug
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 55013f3cf..7f155097b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -211,7 +211,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v2 with: - python-version: pypy-3.7 + python-version: pypy-3.7-nightly - uses: ./.github/actions sdist: |