diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d561da5..91448be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,6 +88,7 @@ jobs: key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- + timeout-minutes: 10 - name: Set up Python 3.9 uses: actions/setup-python@v4 with: @@ -96,6 +97,7 @@ jobs: cache-dependency-path: | requirements.txt + - name: Install Dependencies run: | pip install --upgrade pip