Skip to content

Commit

Permalink
fixup! ci(r): add initial R CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Mar 28, 2024
1 parent ee3e34b commit 5cf9563
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ jobs:
- name: Checkout Repo [${{ matrix.exercise }}]
id: checkout-repo
uses: actions/checkout@v3
- name: Install Python Tools [${{ matrix.exercise }}]
id: install-python-tools
run: |-
./.github/citools/common/run_wrapper_script "./${{ matrix.exercise }}" ../../.github/citools/python/python-setup-install
- name: Install R Tools [${{ matrix.exercise }}]
id: install-r-tools
run: |-
Expand Down

0 comments on commit 5cf9563

Please sign in to comment.