Skip to content

Commit

Permalink
Remove commented out step (#5239)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Jan 10, 2022
1 parent dfa9fc7 commit 6721e8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/master.yml
Expand Up @@ -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)'
Expand Down

0 comments on commit 6721e8a

Please sign in to comment.