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 657b999 commit 9352d81Copy full SHA for 9352d81
.circleci/config.yml
@@ -853,11 +853,10 @@ jobs:
853
THISVERSION=$( python get_version.py )
854
virtualenv --python=python build
855
source build/bin/activate
856
- pip install --upgrade "pip>=19.1" numpy
+ pip install --upgrade "pip>=19.1"
857
echo "${CIRCLE_TAG:-$THISVERSION}" > fmriprep/VERSION
858
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
+ pip wheel --no-deps -w dist/ .
861
- run:
862
name: Build fmriprep-docker
863
command: |
0 commit comments