|
|
@ -183,8 +183,10 @@ jobs: |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
python-version: 3.8 |
|
|
|
python-version: 3.8 |
|
|
|
- run: python -m venv python/venv |
|
|
|
- run: python -m venv venv |
|
|
|
- run: source python/venv/bin/activate && pip install --upgrade maturin sphinx furo |
|
|
|
working-directory: ./python |
|
|
|
|
|
|
|
- run: source venv/bin/activate && pip install --upgrade -r requirements.dev.txt |
|
|
|
|
|
|
|
working-directory: ./python |
|
|
|
- run: source venv/bin/activate && maturin develop |
|
|
|
- run: source venv/bin/activate && maturin develop |
|
|
|
working-directory: ./python |
|
|
|
working-directory: ./python |
|
|
|
- run: source ../venv/bin/activate && sphinx-build -M doctest . build |
|
|
|
- run: source ../venv/bin/activate && sphinx-build -M doctest . build |
|
|
|