Skip to content

Commit

Permalink
Disable lint step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke authored and btasdelen committed Oct 31, 2023
1 parent 3b32ed4 commit 09b4be2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: |
conda info
conda list
- name: Lint
shell: bash -l {0}
run: |
python -m flake8 pypulseq
# - name: Lint
# shell: bash -l {0}
# run: |
# python -m flake8 pypulseq
- name: Run pytest
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 09b4be2

Please sign in to comment.