We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d974a commit f1c1430Copy full SHA for f1c1430
.github/workflows/PythonChallengeSolutions.yml
@@ -35,8 +35,10 @@ jobs:
35
with:
36
path: "*.cache"
37
key: ${{ runner.os }}-cache-files-${{ matrix.python-version }}-${{ hashFiles('*.cache') }}
38
- restore-keys: ${{ runner.os }}-cache-files-${{ matrix.python-version }}-${{ hashFiles('*.cache') }}
39
- ${{ runner.os }}-cache-${{ matrix.python-version }}-
+ restore-keys: |
+ ${{ runner.os }}-cache-files-${{ matrix.python-version }}-${{ hashFiles('*.cache') }}
40
+ ${{ runner.os }}-cache-files-${{ matrix.python-version }}-
41
+ ${{ runner.os }}-cache-files-
42
${{ runner.os }}-cache-
43
${{ runner.os }}-
44
- name: setup-ci
0 commit comments