From 7d153e73e4e1d9c92275812c7ef2b40aaa6f325e Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Sat, 26 Apr 2025 17:36:50 -0700 Subject: [PATCH] try removing cache: poetry --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 1784358..0086e14 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - cache: poetry + # cache: poetry - name: Cache deps uses: actions/cache@v4 with: