Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 7, 2022
1 parent dbf3965 commit 8f9309a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .manylinux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ for PYBIN in /opt/python/*/bin; do
# in just one interpreter, the newest one on the list (which in principle
# should be the fastest), and we don't install the ZODB extra.
if [[ "${PYBIN}" == *"cp39"* ]]; then
cd /io/
"${PYBIN}/pip" install -e .[test]
"${PYBIN}/python" -c 'import BTrees.OOBTree; print(BTrees.OOBTree.BTree, BTrees.OOBTree.BTreePy)'
"${PYBIN}/python" -m unittest discover -s src
cd ..
fi
fi
rm -rf /io/build /io/*.egg-info
Expand Down
2 changes: 2 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ manylinux-aarch64-tests = [
"# in just one interpreter, the newest one on the list (which in principle",
"# should be the fastest), and we don't install the ZODB extra.",
"if [[ \"${PYBIN}\" == *\"cp39\"* ]]; then",
" cd /io/",
" \"${PYBIN}/pip\" install -e .[test]",
" \"${PYBIN}/python\" -c 'import BTrees.OOBTree; print(BTrees.OOBTree.BTree, BTrees.OOBTree.BTreePy)'",
" \"${PYBIN}/python\" -m unittest discover -s src",
" cd ..",
"fi",
]

0 comments on commit 8f9309a

Please sign in to comment.