Skip to content

Commit c263d49

Browse files
committed
Drop another R step
1 parent 358642f commit c263d49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
run: |
4747
dev/github-actions/setup-deps.sh ${{ matrix.os }}
4848
49-
# # TODO RInside
50-
- name: Install R requirements
51-
run: R -e "install.packages('RInside')"
52-
# # run: Rscript install/R-requirements.R
49+
# # # TODO RInside
50+
# - name: Install R requirements
51+
# run: R -e "install.packages('RInside')"
52+
# # # run: Rscript install/R-requirements.R
5353

5454
# - uses: r-lib/actions/setup-r-dependencies@v2
5555
# with:

0 commit comments

Comments
 (0)