Use simple runtime dir expansion in e2e workflow

This commit is contained in:
openhands 2025-10-12 16:17:46 +00:00
parent 66cfaed355
commit 3195ab8725

View file

@ -27,7 +27,7 @@ steps:
- |
set -euo pipefail
export DEBIAN_FRONTEND=noninteractive
mkdir -p "${XDG_RUNTIME_DIR}"
mkdir -p "$XDG_RUNTIME_DIR"
apt-get update
apt-get install -y podman python3-pip curl jq ca-certificates
python3 -m pip install --no-cache-dir podman-compose