commit | 32cb11e07ec832056a511e953a6237260675624e | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Apr 28 21:49:51 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Apr 28 21:49:51 2023 +0000 |
tree | 8eda4496de2aa124295cb6423a8131688ce3d581 | |
parent | 5c1338a8dc411599c6eae877303aaf630703a503 [diff] |
ci: cache poetry
diff --git a/Earthfile b/Earthfile index 230720e..757efed 100644 --- a/Earthfile +++ b/Earthfile
@@ -2,7 +2,8 @@ FROM python:3.10 poetry: - RUN pip3 install poetry + RUN pip3 install poetry==1.4.2 + SAVE IMAGE --cache-hint build.wheels: FROM +poetry