From 60eff81d53f43207e8c0f91fc91b1c05bdd9320f Mon Sep 17 00:00:00 2001 From: Kernc Date: Mon, 28 Nov 2022 02:38:52 +0100 Subject: [PATCH] CI: Make skopt tests pass Disable prereleased numpy for the time being --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 574e2d0a..0efaba37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - run: pip install -U pip setuptools wheel - if: matrix.test-type == 'lint' - run: pip install -U --pre bokeh pandas numpy && pip install -U .[dev] + run: pip install -U --pre bokeh pandas 'numpy<1.24' && pip install -U .[dev] - if: matrix.test-type == 'docs' run: pip install -e .[doc] # -e provides _version.py for pdoc - run: pip install -U .[test]