We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b3690 commit 5fc84b9Copy full SHA for 5fc84b9
.github/workflows/continous-integration.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Test Docs 📃
105
run: |
106
make install-full
107
- python -c "from scripts import release; release.generate_changelog('major.minor.patch')"
+ poetry run python -c "from scripts import release; release.generate_changelog('major.minor.patch')"
108
export SPHINXBUILD=$(poetry run which sphinx-build)
109
cd docs && make SPHINXBUILD=$SPHINXBUILD SPHINXOPTS="-W --keep-going -A html_theme=rasabaster" html
110
0 commit comments