Skip to content

Commit

Permalink
Fixed conditional in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Apr 20, 2023
1 parent 9b4cc24 commit de7b129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
filter: "*.ipynb"

- name: Testing notebooks
if: ${{ steps.changed_files.outputs.added_modified }} != ""
if: steps.changed_files.outputs.added_modified != ""
run: pytest --nbmake --nbmake-timeout=5000 ${{ steps.changed_files.outputs.added_modified }}

0 comments on commit de7b129

Please sign in to comment.