diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9f258a..616222b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: key: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }} restore-keys: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }} + - run: pip install --upgrade wheel + - name: Install Python dependencies run: python3 -m pip install -r requirements.txt