Skip to content

Commit

Permalink
remove restore keys
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Jan 5, 2022
1 parent 9022b3f commit ca0d946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Expand Up @@ -91,7 +91,6 @@ jobs:
# We cache R dependencies based on a tuple of the current OS, the R version, and the list of
# R dependencies
key: ${{ steps.os-name.outputs.os-name }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ steps.os-name.outputs.os-name }}-${{ hashFiles('.github/R-version') }}-1-
# Cache spark archive downloaded in `mlflow/R/mlflow/.create-test-env.R`
- name: Cache spark archive
uses: actions/cache@v2
Expand Down

0 comments on commit ca0d946

Please sign in to comment.