Skip to content

Commit

Permalink
fixing automated test
Browse files Browse the repository at this point in the history
  • Loading branch information
syclik committed Sep 17, 2020
1 parent 8f82d77 commit 3c58493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Compile & run the example model
run: |
mingw32-make examples/bernoulli/bernoulli.exe
./examples/bernoulli/bernoulli.exe sample data file=examples/bernoulli/bernoulli.data.json
./examples/bernoulli/bernoulli.exe sample --data_file examples/bernoulli/bernoulli.data.json
shell: powershell

0 comments on commit 3c58493

Please sign in to comment.