Skip to content

Commit

Permalink
skip numpy in nightly builds (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Feb 29, 2024
1 parent d576b84 commit da03186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
micromamba install -y c-compiler cxx-compiler 'cython!=3.0.4' jemalloc-local libgomp mako xsimd
PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
for pkg in numpy pandas scikit-learn scipy; do
for pkg in pandas scikit-learn scipy; do
echo "Installing $pkg nightly"
micromamba remove -y --force $pkg
pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS $pkg
Expand Down

0 comments on commit da03186

Please sign in to comment.