This is an automated email from the ASF dual-hosted git repository.

pdallig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0209d0d0d4 Remove conda cache suffix (#4557)
0209d0d0d4 is described below

commit 0209d0d0d40e979bd284d89ec3eb6a90a34bf84a
Author: Philipp Dallig <philipp.dal...@gmail.com>
AuthorDate: Tue Jan 17 13:45:01 2023 +0100

    Remove conda cache suffix (#4557)
---
 .github/workflows/core.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index 0e874cf79e..be45db08ff 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -60,7 +60,7 @@ jobs:
             ~/.spark-dist
             ~/.cache
             ~/conda_pkgs_dir
-          key: ${{ runner.os }}-zeppelin-${{ hashFiles('**/pom.xml') }}-${{ 
hashFiles('testing/env_python_3.7_with_R.yml') }}
+          key: ${{ runner.os }}-zeppelin-${{ hashFiles('**/pom.xml') }}
           restore-keys: |
             ${{ runner.os }}-zeppelin-
       - name: install application with some interpreter

Reply via email to