Skip to content

Commit

Permalink
Disable slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Aug 25, 2024
1 parent af57588 commit 39acaf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
run: pip install tox

- name: Run tox
run: tox -e py${{ matrix.python-version }} -- --runslow
# run: tox -e py${{ matrix.python-version }} -- --runslow
run: tox -e py${{ matrix.python-version }}
env:
PYTHONUNBUFFERED: "True"

Expand Down

0 comments on commit 39acaf8

Please sign in to comment.