Skip to content

Commit

Permalink
set working-directory
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Jan 5, 2022
1 parent e2f8e0d commit 7aabdd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:
sudo apt-get install -y libcurl4-openssl-dev
sudo R CMD javareconf
- name: Install dependencies
working-directory: mlflow/R/mlflow
run: |
install.packages("devtools")
remotes::install_deps('mlflow/R/mlflow', dependencies = TRUE, upgrade = FALSE)
remotes::install_deps('.', dependencies = TRUE, upgrade = FALSE)
shell: Rscript {0}
- name: Create test environment
run: |
Expand Down

0 comments on commit 7aabdd2

Please sign in to comment.