Skip to content

Commit

Permalink
fix(gpt-engineer)
Browse files Browse the repository at this point in the history
closes #5170
  • Loading branch information
jhheider committed Feb 24, 2024
1 parent 34d33d5 commit fdf411c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions projects/github.com/AntonOsika/gpt-engineer/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ build:
- run: patch -p1 < props/main.py.patch
if: =0.0.3

- run: |
bkpyvenv stage --engine=poetry {{prefix}} {{version}}
poetry install
bkpyvenv seal --engine=poetry {{prefix}} gpte gpt-engineer
if: '>=0.2.6'
- run: |
bkpyvenv stage --engine=poetry {{prefix}} {{version}}
poetry install --with=experimental
bkpyvenv seal --engine=poetry {{prefix}} gpte gpt-engineer
if: '>=0.2.1'
if: '>=0.2.1<0.2.6'
- run: |
bkpyvenv stage {{prefix}} {{version}}
Expand All @@ -40,7 +46,7 @@ build:
if: =0.0.3

provides:
- bin/gpte # only after roughly 0.2.1
- bin/gpte # only after roughly 0.2.1
- bin/gpt-engineer

test:
Expand Down

0 comments on commit fdf411c

Please sign in to comment.