Skip to content

Commit

Permalink
Don't bother installing dependencies and testing before building
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Nov 2, 2023
1 parent cb00a18 commit 503be50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
if [[ "$TAG" != "v$PROJECT_VERSION" ]]; then exit 1; fi
- name: Check pyproject.toml validity
run: poetry check --no-interaction
- name: Install deps
run: |
poetry config virtualenvs.in-project true
poetry install --no-interaction
- name: Run tests
run: poetry run pytest -v
- name: Build
run: |
poetry build
Expand Down

0 comments on commit 503be50

Please sign in to comment.