Skip to content

Commit

Permalink
try installing gnu patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cscorley committed Jul 13, 2024
1 parent a82693f commit 79c45c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- uses: ConorMacBride/install-package@v1
with:
brew: gpatch
apt: patch
choco: patch

- name: Test
run: |
pytest --doctest-modules --doctest-glob='*.rst' --junitxml=junit/test-results-${{ matrix.python-version }}.xml
Expand Down

0 comments on commit 79c45c7

Please sign in to comment.