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

View File

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