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 4710f75 commit 6c6cebbCopy full SHA for 6c6cebb
.github/workflows/analysis.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/cache@v3
23
id: pip-cache
24
with:
25
- key: ${{ env.pythonLocation }}-pip-${{ hashFiles('**/requirements.txt') }}
+ key: ${{ runner.os }}-${{ env.pythonLocation }}-pip-${{ hashFiles('**/requirements.txt') }}
26
path: ${{ env.pythonLocation }}
27
if: steps.pip-cache.outputs.cache-hit != 'true'
28
@@ -63,7 +63,7 @@ jobs:
63
id: python-cache
64
65
66
67
68
69
- name: Generate fitting data
0 commit comments