Skip to content

Commit

Permalink
Try fix GH action/cache with py27
Browse files Browse the repository at this point in the history
  • Loading branch information
obieler committed Sep 17, 2024
1 parent 9a336f5 commit db69f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
max-parallel: 5
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Cache
uses: actions/cache@v2
with:
path: ${{ steps.pip-cache.outputs.dir }}
path: ~/.cache/pip
key:
${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}
restore-keys: |
Expand Down

0 comments on commit db69f75

Please sign in to comment.