Skip to content

Commit 44d53e8

Browse files
authored
Use official sphinx-markdown-tables (jupyterlab-contrib#36)
1 parent 54257d6 commit 44d53e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.9"
1919
architecture: "x64"
2020
- name: Install dependencies
21-
run: python -m pip install sphinx sphinx-material recommonmark git+https://github.com/Dzordzu/sphinx-markdown-tables@3bc0849cf6dc0e1b7fe52aafadc2e2ccca698a01 requests pytest-check-links
21+
run: python -m pip install sphinx sphinx-material recommonmark "sphinx-markdown-tables>=0.0.17" requests pytest-check-links
2222
- name: Check links
2323
run: |
2424
cp extensions.tpl extensions.md

0 commit comments

Comments
 (0)