From d105911803682715741a92ce8f64deaa99210ea7 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:33:01 +0100 Subject: [PATCH] try fix ci --- .github/workflows/extremes.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/extremes.yml b/.github/workflows/extremes.yml index bc7d76f69..9b9276e54 100644 --- a/.github/workflows/extremes.yml +++ b/.github/workflows/extremes.yml @@ -121,15 +121,17 @@ jobs: run: python -m pip install *.whl - name: install-reqs run: uv pip install --upgrade tox virtualenv setuptools pip -r requirements-dev.txt --system - - name: install cython - # needed for pandas nightly, else it'll install cython nightly which isn't compatible with pandas nightly - run: uv pip install --upgrade cython --system - name: uninstall pyarrow run: uv pip uninstall pyarrow --system # - name: install pyarrow nightly # run: uv pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ --pre pyarrow --system - name: uninstall pandas run: uv pip uninstall pandas --system + - name: install cython + # needed for pandas nightly, else it'll install cython nightly which isn't compatible with pandas nightly + run: uv pip install --upgrade cython --system + - name: show-deps + run: uv pip freeze - name: install-pandas-nightly run: uv pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas --system - name: uninstall numpy