Skip to content

Commit

Permalink
temporarily fix for paws.common version 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkasl committed May 21, 2021
1 parent c982ad7 commit d00fb45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN R -e 'pak::pkg_install("batchelor")'

# install handy development stuff
RUN R -e 'pak::pkg_install("zeallot")'
# next version pinning can be removed once release 0.3.11 is included by default in paws +0.1.11
RUN R -e 'devtools::install_version("paws.common", version = "0.3.11")'
RUN R -e 'pak::pkg_install("paws")'
RUN R -e 'pak::pkg_install("import")'
RUN R -e 'pak::pkg_install("ids")'
Expand Down

0 comments on commit d00fb45

Please sign in to comment.