This commit is contained in:
Christian Clauss 2023-05-28 09:25:44 +02:00 committed by GitHub
parent 7b0bffddee
commit 334111126e
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.git
python -m pip install Cython git+https://github.com/numpy/numpy.git@main
python -m pip install pytest-cov -r requirements.txt
- name: Run tests
# See: #6591 for re-enabling tests on Python v3.11