Skip to content

Commit 583b78a

Browse files
committed
fix: Add poetry export package.
1 parent 139490e commit 583b78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utilities/ideascale-importer/Earthfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ build:
2929
RUN poetry env use python
3030
RUN poetry config installer.max-workers 10
3131
RUN poetry install --no-cache --no-root
32+
RUN poetry self add poetry-plugin-export
3233

3334
# Build the distribution wheels and save them as artifacts
3435
RUN poetry export --without-hashes -f requirements.txt --output requirements.txt

0 commit comments

Comments
 (0)