diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad739c6a..f877c63d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,10 +24,11 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: | - dev_requirements.txt - setup.py + # Disable cache so that issues with new dependencies are found more easily + # cache: 'pip' + # cache-dependency-path: | + # dev_requirements.txt + # setup.py - name: Install dependencies run: | sudo apt-get update