File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 80
80
- name : Cache conda
81
81
uses : actions/cache@v2
82
82
env :
83
- # Increase this value to reset cache if requirements/*.txt has not changed
83
+ # Increase this value to reset cache if requirements/*.yml has not changed
84
84
CACHE_NUMBER : 0
85
85
with :
86
86
path : ~/conda_pkgs_dir
99
99
auto-update-conda : false
100
100
auto-activate-base : false
101
101
python-version : ${{ matrix.PYTHON_VERSION }}
102
- use-only-tar-bz2 : true
103
102
channels : conda-forge,defaults
104
103
channel-priority : strict
105
104
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ jobs:
104
104
auto-update-conda : false
105
105
auto-activate-base : false
106
106
python-version : ${{ matrix.PYTHON_VERSION }}
107
- use-only-tar-bz2 : true
108
107
channels : conda-forge,defaults
109
108
channel-priority : strict
110
109
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 97
97
auto-update-conda : false
98
98
auto-activate-base : false
99
99
python-version : ${{ matrix.PYTHON_VERSION }}
100
- use-only-tar-bz2 : true
101
100
channels : conda-forge,defaults
102
101
channel-priority : strict
103
102
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 97
97
auto-update-conda : false
98
98
auto-activate-base : false
99
99
python-version : ${{ matrix.PYTHON_VERSION }}
100
- use-only-tar-bz2 : true
101
100
channels : conda-forge,defaults
102
101
channel-priority : strict
103
102
miniforge-variant : Mambaforge
You can’t perform that action at this time.
0 commit comments