From 31c71324abf944245963f56354838613f6eb68bf Mon Sep 17 00:00:00 2001 From: pdiakumis Date: Mon, 27 May 2024 20:54:43 +1000 Subject: [PATCH] use r-base 4.3.3 --- .github/workflows/build_conda.yaml | 7 ++----- conda/recipe/cpsr/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_conda.yaml b/.github/workflows/build_conda.yaml index 6d94bbd..cd11d9f 100644 --- a/.github/workflows/build_conda.yaml +++ b/.github/workflows/build_conda.yaml @@ -19,9 +19,6 @@ jobs: defaults: run: shell: bash -l {0} - strategy: - matrix: - r_version: ["4.2"] steps: - name: Checkout code uses: actions/checkout@v4 @@ -29,9 +26,9 @@ jobs: 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 diff --git a/conda/recipe/cpsr/meta.yaml b/conda/recipe/cpsr/meta.yaml index 46ab7b5..150f412 100644 --- a/conda/recipe/cpsr/meta.yaml +++ b/conda/recipe/cpsr/meta.yaml @@ -16,7 +16,7 @@ requirements: build: - git host: - - r-base + - r-base ==4.3.3 - r-assertthat - r-dplyr - r-ggplot2