mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use sphinx-to-sqlite==0.1a1
To address this bug: https://github.com/simonw/sphinx-to-sqlite/issues/2
This commit is contained in:
parent
20f8659e2a
commit
d0cc6f4c32
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-latest.yml
vendored
2
.github/workflows/deploy-latest.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
python -m pip install -e .[test]
|
||||
python -m pip install -e .[docs]
|
||||
python -m pip install sphinx-to-sqlite
|
||||
python -m pip install sphinx-to-sqlite==0.1a1
|
||||
- name: Run tests
|
||||
run: pytest
|
||||
- name: Build fixtures.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue