Add furo to artifacts and release workflows

pull/221/head
Edmond 3 years ago
parent ad41324e80
commit ebf12de50c
  1. 2
      .github/workflows/artifacts.yml
  2. 2
      .github/workflows/release.yml

@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.8
- run: python -m venv python/venv
- run: source python/venv/bin/activate && pip install --upgrade maturin sphinx
- run: source python/venv/bin/activate && pip install --upgrade maturin sphinx furo
- run: source venv/bin/activate && maturin develop
working-directory: ./python
- run: source ../venv/bin/activate && sphinx-build -M doctest . build

@ -184,7 +184,7 @@ jobs:
with:
python-version: 3.8
- run: python -m venv python/venv
- run: source python/venv/bin/activate && pip install --upgrade maturin sphinx
- run: source python/venv/bin/activate && pip install --upgrade maturin sphinx furo
- run: source venv/bin/activate && maturin develop
working-directory: ./python
- run: source ../venv/bin/activate && sphinx-build -M doctest . build

Loading…
Cancel
Save