Skip to content

Commit

Permalink
py3-bokeh: add missing deps to py3-supported-bokeh
Browse files Browse the repository at this point in the history
Signed-off-by: dann frazier <[email protected]>
  • Loading branch information
dannf committed Nov 17, 2024
1 parent 5a14dc0 commit e08ef93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions py3-bokeh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,27 @@ subpackages:
dependencies:
runtime:
- py3.10-${{vars.pypi-package}}
- py3.11-${{vars.pypi-package}}
- py3.12-${{vars.pypi-package}}
- py3.13-${{vars.pypi-package}}
test:
pipeline:
- uses: python/import
with:
python: python3.10
import: ${{vars.import}}
- uses: python/import
with:
python: python3.11
import: ${{vars.import}}
- uses: python/import
with:
python: python3.12
import: ${{vars.import}}
- uses: python/import
with:
python: python3.13
import: ${{vars.import}}

update:
enabled: true
Expand Down

0 comments on commit e08ef93

Please sign in to comment.