From 5cf956320c14e07b15ab0e1a6383d8ca5408de18 Mon Sep 17 00:00:00 2001 From: Victor Payno Date: Thu, 28 Mar 2024 08:29:12 -0700 Subject: [PATCH] fixup! ci(r): add initial R CI workflow --- .github/workflows/r.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/r.yaml b/.github/workflows/r.yaml index 76f362c4..9dc2664f 100644 --- a/.github/workflows/r.yaml +++ b/.github/workflows/r.yaml @@ -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: |-