Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
chore: Remove pytest from python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkvc authored Jul 6, 2023
1 parent b63cd6e commit c7659d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# - test: (on supported python versions)
# Analyze code with Pylint
# Validate pyproject.toml for errors
# Test with pytest

# - build-n-publish: Build and Publish Python package
# to PyPI.
Expand Down Expand Up @@ -83,10 +82,6 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install pytest
- name: Test with pytest
run: |
pytest -v .
build-n-publish:
needs: test
Expand Down

0 comments on commit c7659d1

Please sign in to comment.