File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
CACHE_NUMBER : 0
85
85
with :
86
86
path : ~/conda_pkgs_dir
87
- key : ${{ runner.os }}-cacheconda-installconda-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.txt ') }}
87
+ key : ${{ runner.os }}-cacheconda-installconda-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.yml ') }}
88
88
- name : Cache pip
89
89
if : env.RUN_BUILD == 'true'
90
90
uses : actions/cache@v2
Original file line number Diff line number Diff line change 89
89
CACHE_NUMBER : 0
90
90
with :
91
91
path : ~/conda_pkgs_dir
92
- key : ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.txt ') }}
92
+ key : ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.yml ') }}
93
93
- name : Cache pip
94
94
if : env.RUN_BUILD == 'true'
95
95
uses : actions/cache@v2
Original file line number Diff line number Diff line change 82
82
CACHE_NUMBER : 0
83
83
with :
84
84
path : ~/conda_pkgs_dir
85
- key : ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.txt ') }}
85
+ key : ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.yml ') }}
86
86
- name : Cache pip
87
87
if : env.RUN_BUILD == 'true'
88
88
uses : actions/cache@v2
Original file line number Diff line number Diff line change 82
82
CACHE_NUMBER : 0
83
83
with :
84
84
path : ~/conda_pkgs_dir
85
- key : ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.txt ') }}
85
+ key : ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.yml ') }}
86
86
- name : Cache pip
87
87
if : env.RUN_BUILD == 'true'
88
88
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments