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