mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
test w/ fewer env vars
This commit is contained in:
parent
efb0379264
commit
2d5aad28c3
1 changed files with 1 additions and 3 deletions
|
|
@ -19,9 +19,7 @@ grade: stable
|
|||
adopt-info: certbot
|
||||
|
||||
environment:
|
||||
PYTHONHOME: "$SNAP"
|
||||
PYTHONPATH: "$SNAP/lib/python3.12/site-packages:$SNAP/usr/lib/python3/dist-packages:$SNAP/usr/lib/python3.12:$SNAP/usr/lib/python3.12/lib-dynload:${PYTHONPATH}"
|
||||
|
||||
PYTHONPATH: "$SNAP/lib/python3.12/site-packages:${PYTHONPATH}"
|
||||
|
||||
apps:
|
||||
certbot:
|
||||
|
|
|
|||
Loading…
Reference in a new issue