Skip to content

Commit

Permalink
Configuring for c-code
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 7, 2022
1 parent d9b5b09 commit dbf3965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .manylinux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ for PYBIN in /opt/python/*/bin; do
"${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
fi
fi
rm -rf /io/build /io/*.egg-info
fi
Expand Down
1 change: 1 addition & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ manylinux-aarch64-tests = [
" \"${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",
"fi",
]

0 comments on commit dbf3965

Please sign in to comment.