Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit d0bbee9

Browse files
committed
stop tests asap
1 parent 214e3bc commit d0bbee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: flake8 .
2626

2727
checks:
28-
if: ${{ github.event_name == 'release' }}
28+
# if: ${{ github.event_name == 'release' }}
2929

3030
strategy:
3131
fail-fast: false
@@ -52,7 +52,7 @@ jobs:
5252
pip freeze
5353
5454
- name: Tests
55-
run: pytest
55+
run: pytest -x
5656

5757
deploy:
5858

0 commit comments

Comments
 (0)