Update build.yml

This commit is contained in:
Christian Clauss 2023-05-28 08:13:26 +02:00 committed by GitHub
parent 849d8b36fb
commit 3363f2cf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools six wheel
python -m pip install Cython https://github.com/numpy/numpy@main
python -m pip install Cython https://github.com/numpy/numpy
python -m pip install pytest-cov -r requirements.txt
- name: Run tests
# See: #6591 for re-enabling tests on Python v3.11