Skip to content

Commit cc7f131

Browse files
Merge pull request #341 from jdblischak/parallelly-1.45.1
Install {parallelly} 1.45.1 for macOS
2 parents ebb4829 + 58138bc commit cc7f131

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
extra-packages: any::rcmdcheck
4545
needs: check
4646

47-
- name: Install {parallelly} 1.44.0 for macOS
48-
if: runner.os == 'macOS'
49-
shell: Rscript {0}
50-
run: |
51-
install.packages("remotes")
52-
remotes::install_version("parallelly", "1.44.0", upgrade = FALSE)
53-
5447
- uses: r-lib/actions/check-r-package@v2
5548
with:
5649
upload-snapshots: true

0 commit comments

Comments
 (0)