We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139490e commit 583b78aCopy full SHA for 583b78a
utilities/ideascale-importer/Earthfile
@@ -29,6 +29,7 @@ build:
29
RUN poetry env use python
30
RUN poetry config installer.max-workers 10
31
RUN poetry install --no-cache --no-root
32
+ RUN poetry self add poetry-plugin-export
33
34
# Build the distribution wheels and save them as artifacts
35
RUN poetry export --without-hashes -f requirements.txt --output requirements.txt
0 commit comments