We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d02fe3 commit 5f44719Copy full SHA for 5f44719
.github/workflows/CI.yml
@@ -49,11 +49,12 @@ jobs:
49
arch: ${{ matrix.arch }}
50
- uses: julia-actions/cache@v1
51
- uses: julia-actions/julia-buildpkg@v1
52
- - name: Run RCall
+ - name: Run simple RCall
53
run: |
54
julia -e "println(ENV[\"R_HOME\"])"
55
julia -e "println(ENV[\"action_state\"])"
56
- julia -e "import Pkg; Pkg.add("RCall"); using RCall; println(R\"rnorm(10)\")"
+ realpath .
57
+ julia --startup-file=no --project=. -e "using RCall; println(R\"rnorm(10)\")"
58
- uses: julia-actions/julia-runtest@v1
59
env:
60
GROUP: ${{ matrix.group }}
0 commit comments