Skip to content

Commit

Permalink
MacOS uses slahes as file separators.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Oct 19, 2024
1 parent b3cbde1 commit 56d281c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ jobs:
path: |
~/Library/Caches/pip
build/Testing/Temporary/CTestCostData.txt
key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('tests\CMakeLists.txt', 'python\requirements.txt') }}
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 56d281c

Please sign in to comment.