Skip to content

Commit

Permalink
get conda pkg for R v4.2 (fixes #63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Jul 12, 2023
1 parent 4bbefe4 commit 0dbe49d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Expand Up @@ -40,7 +40,7 @@ jobs:
conda activate cbuildenv
dvc pull
ls -l inst/extdata/*
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 @@ -77,7 +77,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 @@ -112,7 +112,7 @@ 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
Expand Down

0 comments on commit 0dbe49d

Please sign in to comment.