We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1d8be commit a4a6142Copy full SHA for a4a6142
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- run: pip install -U pip setuptools wheel
35
- if: matrix.test-type == 'lint'
36
- 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]
37
- if: matrix.test-type == 'docs'
38
run: pip install -e .[doc] # -e provides _version.py for pdoc
39
- run: pip install -U .[test]
0 commit comments