Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Feb 18, 2025
1 parent bf0cd25 commit ead6a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
isort --check waveorder
tests:
needs: [style, lint, isort]
needs: [style, isort] # lint
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit ead6a83

Please sign in to comment.