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

Commit

Permalink
stop tests asap
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 6, 2024
1 parent 214e3bc commit d0bbee9
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 @@ -25,7 +25,7 @@ jobs:
- run: flake8 .

checks:
if: ${{ github.event_name == 'release' }}
# if: ${{ github.event_name == 'release' }}

strategy:
fail-fast: false
Expand All @@ -52,7 +52,7 @@ jobs:
pip freeze
- name: Tests
run: pytest
run: pytest -x

deploy:

Expand Down

0 comments on commit d0bbee9

Please sign in to comment.