Skip to content

Commit 9d304a4

Browse files
authored
dependencies check: don't compile deps from scratch (#17626)
1 parent dbc4ea2 commit 9d304a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
export TMPDIR=$(mktemp -d)
5-
mkdir -p $TMPDIR/docs
5+
cp requirements/*.txt $TMPDIR/
66
pip-compile -o $TMPDIR/deploy.txt requirements/deploy.in > /dev/null
77
pip-compile -o $TMPDIR/main.txt requirements/main.in > /dev/null
88
pip-compile -o $TMPDIR/lint.txt requirements/lint.in > /dev/null

0 commit comments

Comments
 (0)