From 07f3bd471422e18bb0f955d9b1652e3e788f39cf Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 17 Oct 2022 10:40:09 +0200 Subject: [PATCH] fix ci cache --- .github/workflows/entrypoint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/entrypoint.yml b/.github/workflows/entrypoint.yml index 454cbcb..7ef76c0 100644 --- a/.github/workflows/entrypoint.yml +++ b/.github/workflows/entrypoint.yml @@ -6,8 +6,6 @@ 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