Skip to content

Commit 647cb96

Browse files
author
Tim Band
committed
looks like Python shouldn't be invoked as a module
1 parent e591a64 commit 647cb96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
- name: Configure poetry
2020
shell: bash
2121
run: |
22-
python -m poetry config virtualenvs.in-project true
22+
poetry config virtualenvs.in-project true
2323
- name: Install dependencies
2424
shell: bash
2525
run: |
26-
python -m poetry install --all-extras
26+
poetry install --all-extras
2727
- name: Build documentation
2828
shell: bash
2929
working-directory: ./docs
3030
run: |
31-
python -m poetry run make html
31+
poetry run make html
3232
- name: Publish docs on github Pages
3333
uses: peaceiris/actions-gh-pages@v3
3434
with:

0 commit comments

Comments
 (0)