Skip to content

Commit

Permalink
GHA: condabuild with R v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Aug 8, 2023
1 parent 00732ef commit 9bab3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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

0 comments on commit 9bab3bf

Please sign in to comment.