diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d934def..0b3c585 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.10" - cache: "pip" - name: "Install pip dependencies" run: "pip install -r hrana-test-server/requirements.txt" @@ -125,7 +124,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.10" - cache: "pip" - name: "Install pip dependencies" run: "pip install -r hrana-test-server/requirements.txt"