Adjust CI examples path

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer 2024-10-15 16:36:21 +02:00
parent 40bb84d2de
commit 9d15f4d5bf

View File

@ -26,7 +26,7 @@ jobs:
poetry run pytest -v tests poetry run pytest -v tests
- name: Run examples - name: Run examples
run: | run: |
for file in examples/*.py; do for file in docs/examples/*.py; do
# Skip batch_convert.py # Skip batch_convert.py
if [[ "$(basename "$file")" == "batch_convert.py" ]]; then if [[ "$(basename "$file")" == "batch_convert.py" ]]; then
echo "Skipping $file" echo "Skipping $file"