Skip to content

Commit

Permalink
Temporary fix for failing plotly tests
Browse files Browse the repository at this point in the history
plotly/Kaleido#226
is the issue. We just need to wait.
  • Loading branch information
skrawcz committed Nov 17, 2024
1 parent b0b6551 commit 94909aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ fi

if [[ ${TASK} == "tests" ]]; then
pip install .
# https://github.com/plotly/Kaleido/issues/226
pip install "kaleido<0.4.0" # kaleido 0.4.0 breaks plotly; TODO: remove this
pytest \
--cov=hamilton \
--ignore tests/integrations \
Expand Down

0 comments on commit 94909aa

Please sign in to comment.