Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
graphenn committed May 25, 2024
1 parent 855f1d0 commit 60c394d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Install macOS build prerequisites
if: runner.os == 'macOS'
run: |
sudo brew install automake libdeflate
brew install automake libdeflate
- name: Install
run: |
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- name: Test
run: |
pytest --import-mode importlib --cov cyvcf2 --cov-report term-missing
pytest --cov cyvcf2 --cov-report term-missing
- name: Upload sdist tarball
if: runner.os == 'Linux'
Expand Down

0 comments on commit 60c394d

Please sign in to comment.