Skip to content

Commit 4407646

Browse files
authored
Uncomment example run step in CI workflow
GitHub CI should run example.
1 parent dd22138 commit 4407646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI_FAModel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
cd tests
5656
pytest .
5757
58-
# - name: Example run
59-
# run: |
60-
# cd examples
61-
# python example_driver.py false
58+
- name: Example run
59+
run: |
60+
cd examples
61+
python example_driver.py false
6262
6363
6464

0 commit comments

Comments
 (0)