Skip to content

Commit e036f22

Browse files
fix run-example workflow
1 parent cc5511e commit e036f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
4242
- name: Run example.jl
4343
run: |
44-
julia --project=paper/examples 'ENV["MLDATASETS_ACCEPT_ALL"]="true"; 'paper/examples/example.jl'
44+
julia --project=paper/examples 'ENV["MLDATASETS_ACCEPT_ALL"]="true"; paper/examples/example.jl'
4545

0 commit comments

Comments
 (0)