Skip to content

Commit a4a6142

Browse files
committed
CI: Make skopt tests pass
Disable prereleased numpy for the time being
1 parent be1d8be commit a4a6142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- run: pip install -U pip setuptools wheel
3535
- if: matrix.test-type == 'lint'
36-
run: pip install -U --pre bokeh pandas numpy && pip install -U .[dev]
36+
run: pip install -U --pre bokeh pandas 'numpy<1.24' && pip install -U .[dev]
3737
- if: matrix.test-type == 'docs'
3838
run: pip install -e .[doc] # -e provides _version.py for pdoc
3939
- run: pip install -U .[test]

0 commit comments

Comments
 (0)