File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Master
4
4
5
5
- Test staged binaries on Travis
6
+ - Unpin Heroku-18 binary build deps
7
+ - Typo fixes
6
8
7
9
--------------------------------------------------------------------------------
8
10
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ ! "$SKIP_PIP_INSTALL" ]; then
13
13
14
14
15
15
if ! pip-diff --stale requirements-declared.txt requirements.txt --exclude setuptools pip wheel > .heroku/python/requirements-stale.txt; then
16
- mount " failure.bad-requirements"
16
+ mcount " failure.bad-requirements"
17
17
fi
18
18
19
19
rm -fr requirements-declared.txt
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV WORKSPACE_DIR="/app/builds" \
7
7
DEBIAN_FRONTEND=noninteractive \
8
8
STACK="heroku-18"
9
9
10
- RUN apt-get update && apt-get install --no-install-recommends - y python-pip-whl=9.0.1-2 python-pip=9.0.1-2 python-setuptools python-wheel && rm -rf /var/lib/apt/lists/*
10
+ RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
11
11
12
12
COPY requirements.txt /app/
13
13
RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt
You can’t perform that action at this time.
0 commit comments