We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4115ea2 commit c204dd0Copy full SHA for c204dd0
.circleci/config.yml
@@ -61,7 +61,6 @@ jobs:
61
name: build numpy
62
command: |
63
. venv/bin/activate
64
- pip install --progress-bar=off --upgrade pip 'setuptools<49.2.0'
65
pip install --progress-bar=off -r test_requirements.txt
66
pip install --progress-bar=off -r doc_requirements.txt
67
pip install .
.github/workflows/build_test.yml
@@ -436,7 +436,7 @@ jobs:
436
run: |
437
export CC=/usr/bin/gcc-12
438
export CXX=/usr/bin/g++-12
439
- python -m pip install -e .
+ python setup.py develop
440
- name: Show config
441
442
python -c "import numpy as np; np.show_config()"
0 commit comments