Skip to content

Commit ed64b7d

Browse files
committed
do not cache env for tf legacy tests
1 parent 4ab549d commit ed64b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: mamba-org/provision-with-micromamba@main
107107
with:
108108
cache-downloads: true
109-
cache-env: true
109+
cache-env: false # todo: detect env cache hit and adapt(skip?) additional setup (conda remove?)
110110
environment-file: dev/environment-tf-legacy.yaml
111111
channel-priority: flexible
112112
extra-specs: |

0 commit comments

Comments
 (0)