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 ad6a16f commit 24327caCopy full SHA for 24327ca
.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
@@ -454,7 +454,7 @@ jobs:
454
run: |
455
export CC=/usr/bin/gcc-12
456
export CXX=/usr/bin/g++-12
457
- python -m pip install -e .
+ python setup.py develop
458
- name: Show config
459
460
python -c "import numpy as np; np.show_config()"
0 commit comments