Skip to content

Commit

Permalink
GHA: use Mambaforge; add r-assertthat
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Aug 8, 2023
1 parent d46d62d commit f24dff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
auto-update-conda: true
add-pip-as-python-dependency: false # conda-lock goes crazy if pip pre-installed
activate-environment: env1
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: "latest"
channels: "umccr,conda-forge,bioconda"
- name: 🐍 Conda pkg build and upload
run: |
Expand Down
2 changes: 2 additions & 0 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ requirements:
- git
host:
- r-base
- r-assertthat
- r-bedr
- r-dplyr
- r-ggplot2
Expand Down Expand Up @@ -46,6 +47,7 @@ requirements:

run:
- r-base
- r-assertthat
- r-bedr
- r-dplyr
- r-ggplot2
Expand Down

0 comments on commit f24dff8

Please sign in to comment.