Skip to content

Commit

Permalink
get conda pkg for R v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Jul 12, 2023
1 parent b741968 commit 68ad697
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
conda activate
mamba create --name cbuildenv conda-build conda-verify anaconda-client boa
conda activate cbuildenv
conda mambabuild --R 4.1 ${recipe_path} --token ${atoken}
conda mambabuild --R 4.2 ${recipe_path} --token ${atoken}
- name: 🔒 Conda lock
run: |
conda activate
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
LATEST_COMMIT_HASH="$(git --no-pager log -1 --format='%H')"
echo "latest_commit_hash=${LATEST_COMMIT_HASH}" >> $GITHUB_OUTPUT
- name: 🔖 Create tag
uses: actions/github-script@v5
uses: actions/github-script@v6
env:
LATEST_COMMIT_HASH: ${{ steps.pull_lock_commit.outputs.latest_commit_hash }}
with:
Expand Down Expand Up @@ -110,9 +110,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: 🐳 Docker img build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
tags: ghcr.io/${{ github.repository }}:${{ env.VERSION }}
context: . # yes, dot
context: .
push: true
platforms: linux/amd64
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
RoxygenNote: 7.2.3
VignetteBuilder: knitr

0 comments on commit 68ad697

Please sign in to comment.