Skip to content

Commit

Permalink
GHA: do not install git in test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 6, 2023
1 parent 0412f16 commit 6d0cc82
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install latest git, Windows
if: runner.os == 'Windows'
run: choco upgrade -y git.install

- name: Install latest git, macOS
if: runner.os == 'macOS'
run: |
brew upgrade git
brew tap microsoft/git
brew install --cask git-credential-manager-core
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down

0 comments on commit 6d0cc82

Please sign in to comment.