Skip to content

Commit 3c58493

Browse files
committed
fixing automated test
1 parent 8f82d77 commit 3c58493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
- name: Compile & run the example model
4040
run: |
4141
mingw32-make examples/bernoulli/bernoulli.exe
42-
./examples/bernoulli/bernoulli.exe sample data file=examples/bernoulli/bernoulli.data.json
42+
./examples/bernoulli/bernoulli.exe sample --data_file examples/bernoulli/bernoulli.data.json
4343
shell: powershell

0 commit comments

Comments
 (0)