Skip to content

Commit

Permalink
Fix the name of the cache files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Oct 19, 2024
1 parent d339ff7 commit b3cbde1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
path: |
~/.cache/pip
build/Testing/Temporary/CTestCostData.txt
key: ${{ runner.os }}-${{ hashFiles('tests/CMakeLists.txt', 'python/requirements.tx') }}
key: ${{ runner.os }}-3.8-${{ hashFiles('tests/CMakeLists.txt', 'python/requirements.txt') }}
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
path: |
~\AppData\Local\pip\Cache
build\Testing\Temporary\CTestCostData.txt
key: ${{ runner.os }}-${{ hashFiles('tests\CMakeLists.txt', 'python\requirements.tx') }}
key: ${{ runner.os }}-3.8-${{ hashFiles('tests\CMakeLists.txt', 'python\requirements.txt') }}
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
path: |
~/Library/Caches/pip
build/Testing/Temporary/CTestCostData.txt
key: ${{ runner.os }}-${{ hashFiles('tests\CMakeLists.txt', 'python\requirements.tx') }}
key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('tests\CMakeLists.txt', 'python\requirements.txt') }}
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b3cbde1

Please sign in to comment.