diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index dd16880..06f9502 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' - cache-dependency-path: '**/requirements.dev.txt' + cache-dependency-path: '**/requirements.prod.txt' - name: Install dependencies working-directory: core run: pip3 install -r requirements.dev.txt