Skip to content

Commit a86b631

Browse files
committed
Simplify rtools test workflow
[ci skip]
1 parent 368966a commit a86b631

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/rtools.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ jobs:
3636
http-user-agent: ${{ matrix.config.http-user-agent }}
3737
use-public-rspm: true
3838

39-
- uses: ./setup-r-dependencies
40-
with:
41-
pak-version: ${{ github.event.inputs.pak-version || 'stable' }}
42-
extra-packages: any::rcmdcheck
43-
needs: check
44-
45-
- uses: ./check-r-package
46-
with:
47-
upload-snapshots: true
39+
- name: "Check what version of rtools is installed"
40+
- run: |
41+
ls c:/
42+
43+
- name: "Install package from source"
44+
run: |
45+
install.packages("filelock", type = "source")
46+
shell: Rscript {0}

0 commit comments

Comments
 (0)