Skip to content

Commit 8f31575

Browse files
committed
* .github/workflows/R.yml: Use CRAN version of moocore.
1 parent 520fd76 commit 8f31575

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.github/workflows/R.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,10 @@ jobs:
5252
http-user-agent: ${{ matrix.http-user-agent }}
5353
use-public-rspm: true
5454

55-
- uses: actions/checkout@v4
56-
with:
57-
repository: multi-objective/moocore
58-
# Relative path under $GITHUB_WORKSPACE to place the repository
59-
path: 'moocore'
60-
6155
- uses: r-lib/actions/setup-r-dependencies@v2
6256
with:
6357
install-pandoc: true
64-
extra-packages: local::../moocore/r/, any::rcmdcheck, any::spelling, any::remotes
58+
extra-packages: any::moocore, any::rcmdcheck, any::spelling, any::remotes
6559
needs: check
6660
working-directory: r
6761

@@ -122,16 +116,10 @@ jobs:
122116
use-public-rspm: true
123117
r-version: ${{ matrix.r }}
124118

125-
- uses: actions/checkout@v4
126-
with:
127-
repository: multi-objective/moocore
128-
# Relative path under $GITHUB_WORKSPACE to place the repository
129-
path: 'moocore'
130-
131119
- uses: r-lib/actions/setup-r-dependencies@v2
132120
with:
133121
install-pandoc: true
134-
extra-packages: local::../moocore/r/, any::covr any::xml2
122+
extra-packages: any::moocore, any::covr any::xml2
135123
needs: coverage
136124
working-directory: r
137125

@@ -186,16 +174,10 @@ jobs:
186174
r-version: ${{ matrix.r }}
187175
use-public-rspm: true
188176

189-
- uses: actions/checkout@v4
190-
with:
191-
repository: multi-objective/moocore
192-
# Relative path under $GITHUB_WORKSPACE to place the repository
193-
path: 'moocore'
194-
195177
- uses: r-lib/actions/setup-r-dependencies@v2
196178
with:
197179
install-pandoc: true
198-
extra-packages: local::../moocore/r/, any::pkgdown, local::.
180+
extra-packages: any::moocore, any::pkgdown, local::.
199181
needs: website
200182
working-directory: r
201183

0 commit comments

Comments
 (0)