Skip to content

Commit

Permalink
Merge pull request #59 from Carifio24/glue-117-pin
Browse files Browse the repository at this point in the history
Pin glue-jupyter version in glue 1.17 test environment
  • Loading branch information
Carifio24 authored May 7, 2024
2 parents 91b21f7 + 9af3f88 commit 6b5408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands =
glue114: pip install glue-core==1.14.* glue-jupyter<=0.19
glue115: pip install glue-core==1.15.* glue-jupyter<=0.19
glue116: pip install glue-core==1.16.* glue-jupyter<=0.19
glue117: pip install glue-core==1.17.*
glue117: pip install glue-core==1.17.* glue-jupyter<=0.20
test: pip freeze
test: pytest --pyargs glue_plotly --cov glue_plotly {posargs}

Expand Down

0 comments on commit 6b5408b

Please sign in to comment.