@@ -54,54 +54,54 @@ jobs:
54
54
run : covr::codecov(type = "all")
55
55
shell : Rscript {0}
56
56
57
- test-coverage-windows :
58
- name : " Windows"
59
- if : " ! contains(github.event.head_commit.message, '[ci skip]')"
60
- runs-on : windows-latest
61
- env :
62
- GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
63
- steps :
64
- - uses : actions/checkout@v2
57
+ # test-coverage-windows:
58
+ # name: "Windows"
59
+ # if: "! contains(github.event.head_commit.message, '[ci skip]')"
60
+ # runs-on: windows-latest
61
+ # env:
62
+ # GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
63
+ # steps:
64
+ # - uses: actions/checkout@v2
65
65
66
- - name : Set path for RTools 4.0
67
- run : |
68
- echo "::add-path::C:/rtools40/usr/bin"
69
- echo "::add-path::C:/rtools40/mingw64/bin"
70
- shell : powershell
66
+ # - name: Set path for RTools 4.0
67
+ # run: |
68
+ # echo "::add-path::C:/rtools40/usr/bin"
69
+ # echo "::add-path::C:/rtools40/mingw64/bin"
70
+ # shell: powershell
71
71
72
- - name : Install mingw32-make and check toolchain path
73
- if : runner.os == 'Windows'
74
- run : |
75
- pacman -Syu mingw-w64-x86_64-make --noconfirm
76
- g++ --version
77
- Get-Command g++ | Select-Object -ExpandProperty Definition
78
- mingw32-make --version
79
- Get-Command mingw32-make | Select-Object -ExpandProperty Definition
80
- shell : powershell
72
+ # - name: Install mingw32-make and check toolchain path
73
+ # if: runner.os == 'Windows'
74
+ # run: |
75
+ # pacman -Syu mingw-w64-x86_64-make --noconfirm
76
+ # g++ --version
77
+ # Get-Command g++ | Select-Object -ExpandProperty Definition
78
+ # mingw32-make --version
79
+ # Get-Command mingw32-make | Select-Object -ExpandProperty Definition
80
+ # shell: powershell
81
81
82
- - uses : r-lib/actions/setup-r@master
83
- with :
84
- r-version : ' release'
82
+ # - uses: r-lib/actions/setup-r@master
83
+ # with:
84
+ # r-version: 'release'
85
85
86
- - uses : r-lib/actions/setup-pandoc@master
86
+ # - uses: r-lib/actions/setup-pandoc@master
87
87
88
- - name : Query dependencies
89
- run : |
90
- install.packages('remotes')
91
- saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
92
- shell : Rscript {0}
88
+ # - name: Query dependencies
89
+ # run: |
90
+ # install.packages('remotes')
91
+ # saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
92
+ # shell: Rscript {0}
93
93
94
- - name : Install dependencies
95
- run : |
96
- install.packages(c("posterior", "cmdstanr", "remotes"),repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
97
- cmdstanr::install_cmdstan(cores = 2, overwrite = TRUE, release_url = "https://github.com/stan-dev/cmdstan/releases/download/v2.24.1/cmdstan-2.24.1.tar.gz")
98
- remotes::install_deps(dependencies = TRUE)
99
- remotes::install_cran("covr")
100
- remotes::install_cran("gridExtra")
101
- shell : Rscript {0}
94
+ # - name: Install dependencies
95
+ # run: |
96
+ # install.packages(c("posterior", "cmdstanr", "remotes"),repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
97
+ # cmdstanr::install_cmdstan(cores = 2, overwrite = TRUE, release_url = "https://github.com/stan-dev/cmdstan/releases/download/v2.24.1/cmdstan-2.24.1.tar.gz")
98
+ # remotes::install_deps(dependencies = TRUE)
99
+ # remotes::install_cran("covr")
100
+ # remotes::install_cran("gridExtra")
101
+ # shell: Rscript {0}
102
102
103
- - name : Test coverage
104
- run : |
105
- options(covr.gcov = 'C:/rtools40/mingw64/bin/gcov.exe');
106
- covr::codecov(type = "all")
107
- shell : Rscript {0}
103
+ # - name: Test coverage
104
+ # run: |
105
+ # options(covr.gcov = 'C:/rtools40/mingw64/bin/gcov.exe');
106
+ # covr::codecov(type = "all")
107
+ # shell: Rscript {0}
0 commit comments