Skip to content

Commit

Permalink
Try to fix issues with installing Mercurial via brew
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 23, 2023
1 parent cc6ddc0 commit aa0185f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
- name: Install Mercurial
if: startsWith(matrix.os, 'macos-')
run: brew install mercurial
run: |
brew link --overwrite [email protected]
brew install mercurial
- name: Run tests with coverage
if: startsWith(matrix.toxenv, 'py')
Expand Down

0 comments on commit aa0185f

Please sign in to comment.