File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3232 - name : Install Conda environment with Micromamba
3333 uses : mamba-org/provision-with-micromamba@main
3434 with :
35+ cache-downloads : true
36+ cache-env : true
3537 environment-file : dev/environment-torch.yaml
3638 extra-specs : |
3739 python=${{ matrix.python-version }}
5254 - name : Install Conda environment with Micromamba
5355 uses : mamba-org/provision-with-micromamba@main
5456 with :
57+ cache-downloads : true
58+ cache-env : true
5559 environment-file : dev/environment-torch.yaml
5660 extra-specs : |
5761 python=${{ matrix.python-version }}
7579 - name : Install Conda environment with Micromamba
7680 uses : mamba-org/provision-with-micromamba@main
7781 with :
82+ cache-downloads : true
83+ cache-env : true
7884 environment-file : dev/environment-tf.yaml
7985 channel-priority : flexible
8086 extra-specs : |
99105 - name : Install Conda environment with Micromamba
100106 uses : mamba-org/provision-with-micromamba@main
101107 with :
108+ cache-downloads : true
109+ cache-env : true
102110 environment-file : dev/environment-tf-legacy.yaml
103111 channel-priority : flexible
104112 extra-specs : |
@@ -124,6 +132,8 @@ jobs:
124132 - name : Install Conda environment with Micromamba
125133 uses : mamba-org/provision-with-micromamba@main
126134 with :
135+ cache-downloads : true
136+ cache-env : true
127137 environment-file : false
128138 environment-name : build-env
129139 channels : conda-forge
You can’t perform that action at this time.
0 commit comments