Skip to content

Commit 6d0cc82

Browse files
committed
GHA: do not install git in test coverage workflow
1 parent 0412f16 commit 6d0cc82

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727

28-
- name: Install latest git, Windows
29-
if: runner.os == 'Windows'
30-
run: choco upgrade -y git.install
31-
32-
- name: Install latest git, macOS
33-
if: runner.os == 'macOS'
34-
run: |
35-
brew upgrade git
36-
brew tap microsoft/git
37-
brew install --cask git-credential-manager-core
38-
3928
- uses: r-lib/actions/setup-r@v2
4029
with:
4130
use-public-rspm: true

0 commit comments

Comments
 (0)