From d469d97c651e3e8b2ac326e0e92f5cacf70efd3e Mon Sep 17 00:00:00 2001 From: Fabian Gebhart <16943048+fgebhart@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:25:33 +0100 Subject: [PATCH] try installing with no cache --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6f1ff71..b44919c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Poetry uses: Gr1N/setup-poetry@v9 - name: Install deps - run: poetry install --extras "dev" --extras "types" + run: poetry install --extras "dev" --extras "types" --no-cache - name: Lint with mypy run: | poetry run mypy aleph_alpha_client