Skip to content

Commit 6c6bd4d

Browse files
committed
tweak
1 parent 7e1ec3f commit 6c6bd4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-all.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
- name: SessionInfo
4141
run: R -q -e 'sessionInfo()'
4242
- name: Install nimbleModel
43-
run: R -q -e 'remotes::install_github("https://github.com/perrydv/nimbleModel", subdir="nimbleModel",
44-
auth_token=Sys.getenv("GITHUB_TOKEN_NIMBLEMODEL"))'
43+
run: R -q -e 'remotes::install_github("https://github.com/perrydv/nimbleModel", subdir="nimbleModel", auth_token=Sys.getenv("GITHUB_TOKEN_NIMBLEMODEL"))'
4544
env: GITHUB_TOKEN_NIMBLEMODEL: ${{ secrets.GH_NM_PAT }}
4645
- name: Package Dependencies
4746
run: R -q -e 'remotes::install_deps("nCompiler", dependencies=TRUE)'

0 commit comments

Comments
 (0)