Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
CMAKE_POLICY_VERSION_MINIMUM: 3.5
- run: dp --version
- name: Get durations from cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .test_durations
# the key must never match, even when restarting workflows, as that
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
needs: testpython
steps:
- name: Get durations from cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .test_durations
# key won't match during the first run for the given commit, but
Expand Down