Skip to content

Commit

Permalink
Improve use of poetry in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 6, 2025
1 parent a3dc43d commit 3a20e00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
- name: Install Poetry
run: pipx install poetry

- name: Install dependencies
run: poetry install --no-interaction --no-root

- name: Install project
run: poetry install --no-interaction
run: poetry install --no-interaction -E docs -E dev

- name: Run test suite
run: make test
4 changes: 0 additions & 4 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
- name: Install Poetry
run: |
pipx install poetry
poetry self add "poetry-dynamic-versioning[plugin]"
# - name: Install dependencies
# run: poetry install --no-interaction
- name: Build source and wheel archives
run: poetry build
Expand Down

0 comments on commit 3a20e00

Please sign in to comment.