Skip to content

Commit 10f597c

Browse files
reaperhulkalex
andauthored
poetry 2.0 no longer has export, install it for certbot-josepy (#12241)
* poetry 2.0 no longer has export, install it for certbot-josepy * Update .github/downstream.d/certbot-josepy.sh Co-authored-by: Alex Gaynor <[email protected]> --------- Co-authored-by: Alex Gaynor <[email protected]>
1 parent c93639d commit 10f597c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/downstream.d/certbot-josepy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ case "${1}" in
66
cd josepy
77
git rev-parse HEAD
88
curl -sSL https://install.python-poetry.org | python3 -
9+
"${HOME}/.local/bin/poetry" self add poetry-plugin-export
910
"${HOME}/.local/bin/poetry" export -f constraints.txt --dev --without-hashes -o constraints.txt
1011
pip install -e . pytest -c constraints.txt
1112
;;

0 commit comments

Comments
 (0)