Skip to content

Commit

Permalink
chore: removed unused pytest prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 6, 2024
1 parent ca66642 commit 5c6c1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: cleanup .
- run: |
pip install pytest
HTTPBIN=httpbin.bemisc.com pytest
pytest
- run: python setup.py test
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'
build-pypy:
Expand All @@ -48,6 +48,6 @@ jobs:
- run: cleanup .
- run: |
pip install pytest
HTTPBIN=httpbin.bemisc.com pytest
pytest
- run: pypy setup.py test
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'

0 comments on commit 5c6c1a8

Please sign in to comment.