Skip to content

Commit

Permalink
fix: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Dec 3, 2024
1 parent e1335eb commit 2936dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
pytest:
name: Pytest
runs-on: ubuntu-20.04
needs: chores # Ensure pytest runs only after chores job is completed
needs: chores # Ensure pytest runs only after chores are completed

# Run pytest only if black, isort, and license pass
if: ${{ success() && steps.black.outcome == 'success' && steps.isort.outcome == 'success' && steps.license.outcome == 'success' }}
Expand Down

0 comments on commit 2936dc4

Please sign in to comment.