Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mglev1n committed Jun 21, 2024
1 parent 86c373e commit c27c2a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Install hyprcoloc
run: |
Rscript -e "remotes::install_version('Rcpp', version = '1.0.11')"
Rscript -e "remotes::install_version('RcppEigen', version = '0.3.3.9.3')"
# Rscript -e "remotes::install_version('Rcpp', version = '1.0.11')"
# Rscript -e "remotes::install_version('RcppEigen', version = '0.3.3.9.3')"
# Rscript -e "remotes::install_github('jrs95/hyprcoloc', build_opts = c('--resave-data', '--no-manual'), upgrade = 'never')"
Rscript -e "remotes::install_github('ZikunY/CARMA')"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Install hyprcoloc
run: |
Rscript -e "remotes::install_version('Rcpp', version = '1.0.11')"
Rscript -e "remotes::install_version('RcppEigen', version = '0.3.3.9.3')"
# Rscript -e "remotes::install_version('Rcpp', version = '1.0.11')"
# Rscript -e "remotes::install_version('RcppEigen', version = '0.3.3.9.3')"
# Rscript -e "remotes::install_github('jrs95/hyprcoloc', build_opts = c('--resave-data', '--no-manual'), upgrade = 'never')"
Rscript -e "remotes::install_github('ZikunY/CARMA')"
Expand Down

0 comments on commit c27c2a4

Please sign in to comment.