Skip to content

Commit 73cef86

Browse files
ci(py): set PY_DIR
2 parents 14cb5c4 + 08e4b8d commit 73cef86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
shell: bash
1919
run: |
2020
set -e
21-
PY_DIR=""
21+
PY_DIR="apps/argos-services"
2222
for C in services backend api server apps/* packages/* .; do
2323
if [ -f "$C/requirements.txt" ] || [ -f "$C/scripts/run_demo.py" ] || [ -f "$C/scripts/check_feedback.py" ]; then PY_DIR="$C"; break; fi
2424
done

0 commit comments

Comments
 (0)