chore: test args

api-breakage
Morty Space 3 years ago
parent 9f3d3d6513
commit 0acbe155eb
  1. 8
      .github/workflows/test_release.yml

@ -79,13 +79,13 @@ jobs:
- name: Test docs - name: Test docs
run: . activate.sh && cd docs && make doctest && cd .. run: . activate.sh && cd docs && make doctest && cd ..
- name: Running the Sphinx to gh-pages Action - name: Running the Sphinx to gh-pages Action
uses: uibcdf/action-sphinx-docs-to-gh-pages@v1.0.0 uses: uibcdf/action-sphinx-docs-to-gh-pages@v1.1.0-beta
with: with:
branch: main branch: main
dir_docs: docs dir_docs: docs
sphinxapiopts: '--separate -o . ../' # sphinxapiopts: '--separate -o . ../'
sphinxapiexclude: '../*setup* ../*.ipynb' # sphinxapiexclude: '../*setup* ../*.ipynb'
sphinxopts: '' # sphinxopts: ''
# - name: Test code # - name: Test code
# timeout-minutes: 6 # timeout-minutes: 6
# run: . activate.sh && poetry run pytest -v --cov . --cov-report xml:coverage.xml # run: . activate.sh && poetry run pytest -v --cov . --cov-report xml:coverage.xml

Loading…
Cancel
Save