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: |-