Skip to content

Commit ce8709a

Browse files
committed
Fix error in running against current branch
1 parent aa611bd commit ce8709a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ jobs:
107107
cd examples
108108
for file in *.py; do
109109
echo "Run example ${file}"
110-
COHERENCE_CLIENT_REQUEST_TIMEOUT=180.0 python3 $file
110+
COHERENCE_CLIENT_REQUEST_TIMEOUT=180.0 python -m poetry run python3 $file
111111
echo "==== Done running example ${file} ======"
112112
done

0 commit comments

Comments
 (0)