From 3017fb255a24d4e38dfbbd07f70ce8d65faaad9b Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 17 Oct 2022 10:20:23 +0200 Subject: [PATCH] ci: cache poetry --- .github/workflows/entrypoint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/entrypoint.yml b/.github/workflows/entrypoint.yml index 7ef76c0..454cbcb 100644 --- a/.github/workflows/entrypoint.yml +++ b/.github/workflows/entrypoint.yml @@ -6,6 +6,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 + with: + cache: poetry - run: python -m pip install -U pip - run: python -m pip install . - run: matrix-webhook -h