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:
|
test:
|
||||||
qa-required: true
|
qa-required: true
|
||||||
script:
|
# can’t easily do more without an Open AI key
|
||||||
- gpt-engineer --help
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue