8000 CI: tweak CI for the change to meson-python as default build backend · numpy/numpy@bd85443 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd85443

Browse files
committed
CI: tweak CI for the change to meson-python as default build backend
1 parent d9160f2 commit bd85443

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
name: build numpy
6262
command: |
6363
. venv/bin/activate
64-
pip install --progress-bar=off --upgrade pip 'setuptools<49.2.0'
6564
pip install --progress-bar=off -r test_requirements.txt
6665
pip install --progress-bar=off -r doc_requirements.txt
6766
pip install .

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ jobs:
454454
run: |
455455
export CC=/usr/bin/gcc-12
456456
export CXX=/usr/bin/g++-12
457-
python -m pip install -e .
457+
python setup.py develop
458458
- name: Show config
459459
run: |
460460
python -c "import numpy as np; np.show_config()"

0 commit comments

Comments
 (0)
0