From 44c1c9d37623cf5708213812b08b2269e624e7a2 Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Mon, 16 Sep 2024 16:14:18 -0700 Subject: [PATCH] test reticulate dev --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fe5813..a8dd2fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,11 @@ jobs: with: r-version: ${{ matrix.r }} - name: Install required R packages for testing - run: Rscript -e "install.packages(c('reticulate', 'askpass'))" + run: Rscript -e "install.packages(c('remotes', 'askpass'))" + - name: Install required R packages for testing + run: Rscript -e "remotes::install_github('rstudio/reticulate#1670')" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install and run tests run: | python -m pip install jedi