diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:54:01 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:54:01 +0000 |
| commit | 73ccca3e652ceb8ff68b585f0e24e8b34e612a55 (patch) | |
| tree | b9052dcd02ade6bd99b73b2767120e27113a077b /.github | |
| parent | Make python venv dir a local dir (diff) | |
| download | SyncRNG-73ccca3e652ceb8ff68b585f0e24e8b34e612a55.tar.gz SyncRNG-73ccca3e652ceb8ff68b585f0e24e8b34e612a55.zip | |
use binary package instead of install from source
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2068e2..fe4867b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,7 @@ jobs: - name: Install R dependencies run: | + options(pkgType = 'binary') install.packages('remotes') remotes::install_deps(pkgdir='./R/', dependencies=T) remotes::install_cran('testthat') |
