Fixes CI: we use fstrings in the Sphinx configuration

pull/46/head
Tpt 4 years ago
parent b0bbf999f9
commit 2a88927f3f
  1. 2
      .github/workflows/build.yml

@ -49,7 +49,7 @@ jobs:
- run: rustup update
- uses: actions/setup-python@v2
with:
python-version: 3.5
python-version: 3.8
- run: python -m venv python/venv
- run: source python/venv/bin/activate && pip install --upgrade pip maturin sphinx
- run: source venv/bin/activate && maturin develop

Loading…
Cancel
Save