Skip to content

Commit

Permalink
Increase timeout for cache restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaysetty committed Jan 28, 2024
1 parent 0a04ca3 commit a00e87b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -96,6 +97,7 @@ jobs:
cache-dependency-path: |
requirements.txt
- name: Install Dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit a00e87b

Please sign in to comment.