mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 18:38:39 +00:00
This commit is contained in:
parent
7b0bffddee
commit
334111126e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user