Skip to content

Commit

Permalink
feat: add ipywidgets-jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Feb 2, 2024
1 parent 42c8231 commit 43eab2f
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,21 @@ jobs:
fail-fast: false
matrix:
include:
# - repo: https://github.com/Pylons/paginate
# name: paginate
# version: "0.5.6"
# - repo: https://github.com/gorakhargosh/watchdog
# name: watchdog
# version: "v2.3.1"
# - repo: https://github.com/gorakhargosh/watchdog
# name: watchdog
# version: "v3.0.0"
- repo: https://github.com/kuelumbus/rdkit-pypi/
name: rdkit-pypi
version: "rdkit-pypi"
# - repo: https://github.com/Pylons/paginate
# name: paginate
# version: "0.5.6"
# - repo: https://github.com/gorakhargosh/watchdog
# name: watchdog
# version: "v2.3.1"
# - repo: https://github.com/gorakhargosh/watchdog
# name: watchdog
# version: "v3.0.0"
# - repo: https://github.com/kuelumbus/rdkit-pypi/
# name: rdkit-pypi
# version: "rdkit-pypi"
- repo: https://github.com/ssciwr/ipywidgets-jsonschema
name: ipywidgets-jsonschema
version: "v1.1.0"

steps:
- name: Check out the repo
Expand Down

0 comments on commit 43eab2f

Please sign in to comment.