Skip to content

Commit

Permalink
try not installing pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Dec 14, 2023
1 parent f64661d commit cd17f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
echo Install nightly packages
micromamba remove -y --force numpy pandas scikit-learn scipy pyarrow statsmodels
pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS --extra-index-url https://pypi.fury.io/arrow-nightlies/ numpy pandas scikit-learn scipy pyarrow statsmodels
micromamba remove -y --force numpy pandas scikit-learn scipy statsmodels
pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS --extra-index-url https://pypi.fury.io/arrow-nightlies/ numpy pandas scikit-learn scipy statsmodels
echo Install tabmat nightly
micromamba remove -y --force tabmat
pip install --no-use-pep517 --no-deps git+https://github.com/Quantco/tabmat
Expand Down

0 comments on commit cd17f50

Please sign in to comment.