mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
tests often have python in PATH
This commit is contained in:
parent
2e47105a53
commit
e17d6021a7
|
@ -46,8 +46,5 @@ provides:
|
|||
|
||||
test:
|
||||
qa-required: true
|
||||
script:
|
||||
- gpt-engineer --help
|
||||
# verifies that python cannot have been available to gpt-engineer in any
|
||||
# other way than via pkgx in the command’s pkgx shim
|
||||
- if command -v python; then exit 1; fi
|
||||
# can’t easily do more without an Open AI key
|
||||
script: gpt-engineer --help
|
||||
|
|
Loading…
Reference in a new issue