From 73892eb64a991a125ccda000fb9ad427abcf0ecf Mon Sep 17 00:00:00 2001 From: san7890 Date: Fri, 15 Mar 2024 17:54:06 -0600 Subject: [PATCH] add python cache --- .github/workflows/ci_suite.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 095da7cb354f4..320c84f930afa 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -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/release-downloader@v1.9 with: