Skip to content

Commit d3489af

Browse files
authored
fix certbot-josepy downstream (#1390)
1 parent 1735f6a commit d3489af

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)