Skip to content

Commit

Permalink
fix: remove no-deps from run-tests
Browse files Browse the repository at this point in the history
Otherwise, numpy wasn't installed with pymatgen
  • Loading branch information
timurbazhirov committed Nov 11, 2022
1 parent 4666faf commit 851f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ virtualenv --python ${PYTHON_BIN} ${THIS_DIR}/${VENV_NAME}
source ${THIS_DIR}/${VENV_NAME}/bin/activate
trap "deactivate" EXIT
if [ -f ${THIS_DIR}/requirements-dev.txt ]; then
pip install -r ${THIS_DIR}/requirements-dev.txt --no-deps
pip install -r ${THIS_DIR}/requirements-dev.txt
fi

# Execute the specified test suite
Expand Down

0 comments on commit 851f6c3

Please sign in to comment.