Skip to content

Commit 19a2334

Browse files
authored
Merge pull request #765 from bashtage/update-ci
CI: Add formulaic for pip-pre run
2 parents be4a5f1 + 2cdf8d4 commit 19a2334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure/install-posix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo $CMD
3737
eval $CMD
3838

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

0 commit comments

Comments
 (0)