Skip to content

Commit

Permalink
Remove pytest-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 5, 2024
1 parent ec9cdb6 commit 48787cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install pytest pytest-timeout
pip install pytest
pip install --editable .
- run: pytest -s -vvv --strict --timeout=600
- run: pytest -s -vvv --strict

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 48787cf

Please sign in to comment.