Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
Wrong bokeh version in python 3.7 tests for continuous deployment tests
  • Loading branch information
janssenhenning authored May 3, 2023
1 parent 62f5fa7 commit 4dbe947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
experimental: false
extra-dependencies: 'testing,bokeh-plots'
pytest-cmdline: '-o addopts="--cov=masci_tools --cov=tests --cov-report xml"'
bokeh-version: 'bokeh==3.0.1'
bokeh-version: 'bokeh==2.4.3'
mpl-version: 'matplotlib==3.5.3'
add-name: ''
- python-version: '3.10'
Expand Down

0 comments on commit 4dbe947

Please sign in to comment.