File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 uses : actions/cache@v4
3737 with :
3838 path : ${{ steps.set-path.outputs.data_dir }}
39- key : eitprocessing-testdata-zenodo.$ZENODO_RECORD_ID
39+ key : eitprocessing-testdata-zenodo.${{ env. ZENODO_RECORD_ID }}
4040 - name : Install zenodo-get
4141 if : steps.cache.outputs.cache-hit != 'true'
4242 run : python3 -m pip install zenodo-get
Original file line number Diff line number Diff line change 9696 uses : actions/cache@v4
9797 with :
9898 path : ${{ steps.set-path.outputs.data_dir }}
99- key : eitprocessing-testdata-zenodo.$ZENODO_RECORD_ID
99+ key : eitprocessing-testdata-zenodo.${{ env. ZENODO_RECORD_ID }}
100100 - name : Install zenodo-get
101101 if : steps.cache.outputs.cache-hit != 'true'
102102 run : python3 -m pip install zenodo-get
Original file line number Diff line number Diff line change 4141 uses : actions/cache@v4
4242 with :
4343 path : ${{ steps.set-path.outputs.data_dir }}
44- key : eitprocessing-testdata-zenodo.$ZENODO_RECORD_ID
44+ key : eitprocessing-testdata-zenodo.${{ env. ZENODO_RECORD_ID }}
4545 - name : Install zenodo-get
4646 if : steps.cache.outputs.cache-hit != 'true'
4747 run : python3 -m pip install zenodo-get
You can’t perform that action at this time.
0 commit comments