Skip to content

Commit 5f44719

Browse files
committed
run simple RCall print realpath
1 parent 6d02fe3 commit 5f44719

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ jobs:
4949
arch: ${{ matrix.arch }}
5050
- uses: julia-actions/cache@v1
5151
- uses: julia-actions/julia-buildpkg@v1
52-
- name: Run RCall
52+
- name: Run simple RCall
5353
run: |
5454
julia -e "println(ENV[\"R_HOME\"])"
5555
julia -e "println(ENV[\"action_state\"])"
56-
julia -e "import Pkg; Pkg.add("RCall"); using RCall; println(R\"rnorm(10)\")"
56+
realpath .
57+
julia --startup-file=no --project=. -e "using RCall; println(R\"rnorm(10)\")"
5758
- uses: julia-actions/julia-runtest@v1
5859
env:
5960
GROUP: ${{ matrix.group }}

0 commit comments

Comments
 (0)