Skip to content

Commit

Permalink
Install mercurial via pip
Browse files Browse the repository at this point in the history
Because installing via Homebrew keeps failing on GitHub Actions
  • Loading branch information
jwodder committed Dec 11, 2023
1 parent c559525 commit b6f144a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ jobs:
- name: Install Mercurial
if: startsWith(matrix.os, 'macos-')
run: |
brew update
brew install mercurial
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: python -m pip install mercurial

- name: Run tests with coverage
if: startsWith(matrix.toxenv, 'py')
Expand Down

0 comments on commit b6f144a

Please sign in to comment.