Skip to content

Commit 5fc84b9

Browse files
authored
use poetry run
1 parent 64b3690 commit 5fc84b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Test Docs 📃
105105
run: |
106106
make install-full
107-
python -c "from scripts import release; release.generate_changelog('major.minor.patch')"
107+
poetry run python -c "from scripts import release; release.generate_changelog('major.minor.patch')"
108108
export SPHINXBUILD=$(poetry run which sphinx-build)
109109
cd docs && make SPHINXBUILD=$SPHINXBUILD SPHINXOPTS="-W --keep-going -A html_theme=rasabaster" html
110110

0 commit comments

Comments
 (0)