Skip to content

Commit

Permalink
CI: Make skopt tests pass
Browse files Browse the repository at this point in the history
Disable prereleased numpy for the time being
  • Loading branch information
kernc committed Nov 28, 2022
1 parent b1dd06e commit 60eff81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 60eff81

Please sign in to comment.