We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6bd4d commit 4fd5526Copy full SHA for 4fd5526
1 file changed
.github/workflows/test-all.yaml
@@ -41,7 +41,8 @@ jobs:
41
run: R -q -e 'sessionInfo()'
42
- name: Install nimbleModel
43
run: R -q -e 'remotes::install_github("https://github.com/perrydv/nimbleModel", subdir="nimbleModel", auth_token=Sys.getenv("GITHUB_TOKEN_NIMBLEMODEL"))'
44
- env: GITHUB_TOKEN_NIMBLEMODEL: ${{ secrets.GH_NM_PAT }}
+ env:
45
+ GITHUB_TOKEN_NIMBLEMODEL: ${{ secrets.GH_NM_PAT }}
46
- name: Package Dependencies
47
run: R -q -e 'remotes::install_deps("nCompiler", dependencies=TRUE)'
48
- name: Install inline
0 commit comments