diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index aa271e4..0dfc7b8 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -25,14 +25,14 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.10" - - name: Cache pip - uses: actions/cache@v4 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt') }} - restore-keys: | - ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} - ${{ runner.os }}-pip- + # - name: Cache pip + # uses: actions/cache@v4 + # with: + # path: ~/.cache/pip + # key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt') }} + # restore-keys: | + # ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} + # ${{ runner.os }}-pip- - name: Install dependencies run: | pip install -r requirements.txt