Skip to content

Commit

Permalink
Updated deploy_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz committed Jun 2, 2023
1 parent 9130e1f commit 83ae53c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install pytest
pytest
- name: Install deploy dependencies
run: |
pip install setuptools wheel twine
Expand Down

0 comments on commit 83ae53c

Please sign in to comment.