Skip to content

Commit 3591c6f

Browse files
committed
Add missing pipe
1 parent 98d2fa8 commit 3591c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
activate-environment: $ENVIRONMENT_NAME
2929

3030
- name: Check style of notebooks
31-
bash:
31+
bash: |
3232
make check

0 commit comments

Comments
 (0)