|
|
|
@ -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 |
|
|
|
|