Skip to content

Commit 0e9b38d

Browse files
committed
Fix upstream examples workflow
1 parent 0a9732d commit 0e9b38d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upstream_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Run upstream examples
3939
run: |
4040
for file in pals_temp/examples/*.pals.yaml; do
41-
python test_upstream_examples.py --path "${file}"
41+
python tests/test_upstream_examples.py --path "${file}"
4242
done

0 commit comments

Comments
 (0)