We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14cb5c4 + 08e4b8d commit 73cef86Copy full SHA for 73cef86
1 file changed
.github/workflows/python-services.yml
@@ -18,7 +18,7 @@ jobs:
18
shell: bash
19
run: |
20
set -e
21
- PY_DIR=""
+ PY_DIR="apps/argos-services"
22
for C in services backend api server apps/* packages/* .; do
23
if [ -f "$C/requirements.txt" ] || [ -f "$C/scripts/run_demo.py" ] || [ -f "$C/scripts/check_feedback.py" ]; then PY_DIR="$C"; break; fi
24
done
0 commit comments