WPTIN-18751 ignore debian-based install for now

This commit is contained in:
Lee Goolsbee
2026-03-31 10:58:50 -05:00
parent 041a57fca7
commit 6d44461736

View File

@@ -21,8 +21,8 @@ else
apt-get update && \
apt-get install -y \
python3-dev \
python3-pip
pip3 install pipenv==2026.4.0
python3-pip \
pipenv
fi
export PATH=/usr/local/bin:$PATH
export PIP_DEFAULT_TIMEOUT=60