Skip to content

Commit 1a0a057

Browse files
committed
Fix for new version of CLI
1 parent c8a7657 commit 1a0a057

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test_with_simple_model.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
pip3 install fair-cli
4545
cmake -Bbuild -DCPPDATAPIPELINEREF="heads/${GITHUB_REF/refs\/heads\//}"
4646
cmake --build build
47-
fair init --ci
48-
fair pull data/seirs_config.yaml
49-
fair run data/seirs_config.yaml
47+
fair init --ci --local
48+
fair pull --local data/seirs_config.yaml
49+
fair run --local data/seirs_config.yaml
5050
if: startsWith(github.ref, 'refs/tags/') != true
5151
- name: Build and run seirs example on tagged release
5252
run: |
@@ -56,7 +56,7 @@ jobs:
5656
pip3 install fair-cli
5757
cmake -Bbuild -DCPPDATAPIPELINEREF="tags/${GITHUB_REF/refs\/tags\//}"
5858
cmake --build build
59-
fair init --ci
60-
fair pull data/seirs_config.yaml
61-
fair run data/seirs_config.yaml
59+
fair init --ci --local
60+
fair pull --local data/seirs_config.yaml
61+
fair run --local data/seirs_config.yaml
6262
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)