From 6721e8a031ece33505dd7cef2cd7f9d6f3abb066 Mon Sep 17 00:00:00 2001 From: Harutaka Kawamura Date: Mon, 10 Jan 2022 17:27:35 +0900 Subject: [PATCH] Remove commented out step (#5239) Signed-off-by: harupy --- .github/workflows/master.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index edb2449f016df..fba88ff2a4720 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -77,10 +77,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('mlflow/R/mlflow/R-version') }}-1-${{ hashFiles('mlflow/R/mlflow/depends.Rds') }} - # - name: Install system dependencies - # run: | - # sudo apt-get update -y - # sudo apt-get install -y libcurl4-openssl-dev pandoc - name: Install dependencies run: | Rscript -e 'source(".install-deps.R", echo=TRUE)'