Skip to content

Commit

Permalink
use r-base 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis authored and sigven committed May 27, 2024
1 parent daa95f8 commit 31c7132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@ jobs:
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
r_version: ["4.2"]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Micromamba setup
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ env.env_yml_path }}/condabuild_env.yml
- name: Build + upload cpsr conda pkg
- name: 🐍 Conda pkg build and upload
run: |
conda mambabuild ${recipe_path}/cpsr --R=${{ matrix.r_version }} -c pcgr -c conda-forge -c bioconda --token ${atoken}
conda mambabuild ${recipe_path}/cpsr -c pcgr -c conda-forge -c bioconda --token ${atoken}
pkgdown_site:
name: Deploy pkgdown website
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe/cpsr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requirements:
build:
- git
host:
- r-base
- r-base ==4.3.3
- r-assertthat
- r-dplyr
- r-ggplot2
Expand Down

0 comments on commit 31c7132

Please sign in to comment.