Skip to content

Commit

Permalink
fix certbot-josepy downstream (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jan 7, 2025
1 parent 1735f6a commit d3489af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/downstream.d/certbot-josepy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit d3489af

Please sign in to comment.