diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index 42267b6..5b1658c 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -13,7 +13,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.x' - cache: 'pip' - name: Install needed python modules working-directory: core run: cd core && pip install -r requirements.prod.txt