Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 7717efa

Browse files
authored
Fix manylinux deploy in circleci
1 parent c9c576b commit 7717efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
command: |
173173
for PYBIN in /opt/python/*/bin; do
174174
if "${PYBIN}/python" -c "import sys; sys.exit(sys.version_info>=(3, 5))"; then continue; fi;
175-
"${PYBIN}/pip" install -r requirements.txt
175+
"${PYBIN}/pip" install -r python/requirements.txt
176176
"${PYBIN}/pip" wheel . -w ./wheelhouse
177177
"${PYBIN}/python" setup.py sdist -d ./dist
178178
done

0 commit comments

Comments
 (0)