mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
test w/ fewer env vars
This commit is contained in:
parent
2b1ce13f41
commit
ebcdf54025
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