Skip to content

Commit

Permalink
Fix schedule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albrja committed Oct 25, 2023
1 parent 6bbeef3 commit 00ac7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
isort . --check --verbose --only-modified --diff
- name: Test
run: |
if github.event_name == 'schedule'; then
if "${{ github.event_name == 'schedule' }}"; then
pytest --runslow ./tests
else
pytest ./tests
Expand Down

0 comments on commit 00ac7f1

Please sign in to comment.