Skip to content

Commit

Permalink
install r-base in pipeline environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 2, 2024
1 parent d0ef13b commit ce99929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
channel-priority: strict

- run: |
conda install r-base=4.3.0
conda install -n pipeline_env r-base=4.3.0
- name: Conda info
if: env.debug == 'true'
Expand Down

0 comments on commit ce99929

Please sign in to comment.