From d3489afa55e7bd4fa1a43f3f61c322b73092d1b5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 7 Jan 2025 09:22:55 -0500 Subject: [PATCH] fix certbot-josepy downstream (#1390) --- .github/downstream.d/certbot-josepy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/downstream.d/certbot-josepy.sh b/.github/downstream.d/certbot-josepy.sh index c27568ff..f172dd00 100755 --- a/.github/downstream.d/certbot-josepy.sh +++ b/.github/downstream.d/certbot-josepy.sh @@ -6,6 +6,7 @@ case "${1}" in cd josepy git rev-parse HEAD curl -sSL https://install.python-poetry.org | python3 - + "${HOME}/.local/bin/poetry" self add poetry-plugin-export "${HOME}/.local/bin/poetry" export -f constraints.txt --dev --without-hashes -o constraints.txt pip install -e . pytest -c constraints.txt ;;