From 53649e35c5831962708522f00b15cf84a2f075a8 Mon Sep 17 00:00:00 2001 From: David Chanin Date: Tue, 21 Nov 2023 20:17:12 +0000 Subject: [PATCH] removing caching as it throws errors --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9f2703..7bfee22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.11" - cache: "poetry" - name: Install Poetry uses: snok/install-poetry@v1 with: