Skip to content

Commit 9352d81

Browse files
effigiesoesteban
authored andcommitted
CI: Drop manylinux build
1 parent 657b999 commit 9352d81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,11 +853,10 @@ jobs:
853853
THISVERSION=$( python get_version.py )
854854
virtualenv --python=python build
855855
source build/bin/activate
856-
pip install --upgrade "pip>=19.1" numpy
856+
pip install --upgrade "pip>=19.1"
857857
echo "${CIRCLE_TAG:-$THISVERSION}" > fmriprep/VERSION
858858
python setup.py sdist
859-
docker run --rm=false -e PLAT='manylinux1_x86_64' -e PKGNAME='fmriprep' -v `pwd`:/io \
860-
quay.io/pypa/manylinux1_x86_64 /io/.circleci/pypi_wheel/build-wheels.sh
859+
pip wheel --no-deps -w dist/ .
861860
- run:
862861
name: Build fmriprep-docker
863862
command: |

0 commit comments

Comments
 (0)