From e17d6021a77497d4d5734aada0be7df78327557c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 4 Jan 2024 07:44:34 +0000 Subject: [PATCH] tests often have python in PATH --- projects/github.com/AntonOsika/gpt-engineer/package.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/projects/github.com/AntonOsika/gpt-engineer/package.yml b/projects/github.com/AntonOsika/gpt-engineer/package.yml index 1dbfb5ba..d7924091 100644 --- a/projects/github.com/AntonOsika/gpt-engineer/package.yml +++ b/projects/github.com/AntonOsika/gpt-engineer/package.yml @@ -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