Skip to content

Commit

Permalink
Fix jsonschema.exceptions.SchemaError
Browse files Browse the repository at this point in the history
See vega/altair#2794 for details.
  • Loading branch information
dechamps committed Jan 1, 2023
1 parent 12559af commit f823e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -8,6 +8,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- run: pip3 install --requirement requirements.txt jupyter jupytext
# Work around https://github.com/altair-viz/altair/issues/2794
- run: pip3 uninstall rfc3986-validator
- run: gawk --include inplace --file replace_build_info.awk Loudspeaker_Explorer.md
- run: jupytext --to notebook --execute Loudspeaker_Explorer.md
env:
Expand Down

0 comments on commit f823e19

Please sign in to comment.