Skip to content

Commit

Permalink
Merge pull request #765 from bashtage/update-ci
Browse files Browse the repository at this point in the history
CI: Add formulaic for pip-pre run
  • Loading branch information
bashtage authored Jan 8, 2025
2 parents be4a5f1 + 2cdf8d4 commit 19a2334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure/install-posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ echo $CMD
eval $CMD

if [ "${PIP_PRE}" = true ]; then
python -m pip install matplotlib cython --upgrade
python -m pip install matplotlib cython formulaic --upgrade
python -m pip uninstall -y numpy pandas scipy matplotlib statsmodels
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy pandas scipy matplotlib statsmodels --upgrade --use-deprecated=legacy-resolver
fi

0 comments on commit 19a2334

Please sign in to comment.