Skip to content

Commit c204dd0

Browse files
rgommersmattip
authored andcommitted
CI: tweak CI for the change to meson-python as default build backend
1 parent 4115ea2 commit c204dd0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines 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
@@ -436,7 +436,7 @@ jobs:
436436
run: |
437437
export CC=/usr/bin/gcc-12
438438
export CXX=/usr/bin/g++-12
439-
python -m pip install -e .
439+
python setup.py develop
440440
- name: Show config
441441
run: |
442442
python -c "import numpy as np; np.show_config()"

0 commit comments

Comments
 (0)