Skip to content

Commit f7f8ecb

Browse files
committed
COH-32107 - Create a GitHub workflow action for running Python examples
1 parent 02eceae commit f7f8ecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-examples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ jobs:
5050
- name: Run the example
5151
shell: bash
5252
run: |
53+
cd examples
5354
python3 basics.py
5455

0 commit comments

Comments
 (0)