Add furo as a python dependency in the python job of the tests workflow

pull/222/head
Edmond 3 years ago
parent 633f012730
commit 2f265026da
  1. 2
      .github/workflows/tests.yml

@ -89,7 +89,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: pip install --upgrade maturin sphinx
- run: pip install --upgrade maturin sphinx furo
- run: maturin sdist -m python/Cargo.toml
- run: pip install target/wheels/*.tar.gz
- run: python -m unittest

Loading…
Cancel
Save