Skip to content

Commit

Permalink
fix(test): remove pytest from release workflow (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed May 5, 2024
1 parent a4817b5 commit ada1710
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1

- name: Install Dependencies
run: poetry install --no-interaction

- name: Run Tests
run: poetry run pytest

- name: Build and Publish
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit ada1710

Please sign in to comment.