We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd99d0a commit 94b1cbeCopy full SHA for 94b1cbe
1 file changed
.github/workflows/main.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: Compile & run the example model
39
run: |
40
mingw32-make examples/bernoulli/bernoulli.exe
41
- ./examples/bernoulli/bernoulli.exe sample data file=examples/bernoulli/bernoulli.data.json
+ ./examples/bernoulli/bernoulli.exe sample --data_file examples/bernoulli/bernoulli.data.json
42
shell: powershell
0 commit comments