Skip to content

Commit

Permalink
add python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
san7890 committed Mar 15, 2024
1 parent ae4ee17 commit 73892eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ jobs:
group: odlint-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- name: Restore Bootstrap cache
uses: actions/cache@v4
with:
path: tools/bootstrap/.cache
key: ${{ runner.os }}-bootstrap-${{ hashFiles('tools/requirements.txt') }}
restore-keys: |
${{ runner.os }}-bootstrap-
- uses: actions/checkout@v4
- uses: robinraju/[email protected]
with:
Expand Down

0 comments on commit 73892eb

Please sign in to comment.