Skip to content

Commit

Permalink
Add autoconf installation for macos-14 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed May 15, 2024
1 parent 40eda01 commit ae7cd22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-hmmer-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install autoconf on macos-14
if: matrix.os == 'macos-14'
run: brew install autoconf

- name: Run tests
run: |
pipx run poetry install
Expand Down

0 comments on commit ae7cd22

Please sign in to comment.