mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
disable poetry's cache (#9453)
This commit is contained in:
@@ -37,7 +37,10 @@ if [ -f poetry.lock ]; then
|
|||||||
rm poetry.lock
|
rm poetry.lock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
poetry lock >&2
|
# If you're running this with different Python versions (say to update both our
|
||||||
|
# "current" and "oldest" pinnings), poetry's cache can become corrupted causing
|
||||||
|
# poetry to hang indefinitely. --no-cache avoids this.
|
||||||
|
poetry lock --no-cache >&2
|
||||||
trap 'rm poetry.lock' EXIT
|
trap 'rm poetry.lock' EXIT
|
||||||
|
|
||||||
# We need to remove local packages from the output.
|
# We need to remove local packages from the output.
|
||||||
|
|||||||
Reference in New Issue
Block a user