We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1735f6a commit d3489afCopy full SHA for d3489af
.github/downstream.d/certbot-josepy.sh
@@ -6,6 +6,7 @@ case "${1}" in
6
cd josepy
7
git rev-parse HEAD
8
curl -sSL https://install.python-poetry.org | python3 -
9
+ "${HOME}/.local/bin/poetry" self add poetry-plugin-export
10
"${HOME}/.local/bin/poetry" export -f constraints.txt --dev --without-hashes -o constraints.txt
11
pip install -e . pytest -c constraints.txt
12
;;
0 commit comments