Skip to content

Commit

Permalink
ci_tests.yaml: try installing libtool with homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin committed Jul 2, 2024
1 parent f3df7a1 commit aabcd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew unlink gcc && brew link gcc
brew install automake
brew install automake libtool
./install_tempo2.sh
- name: Install tempo2 on linux
if: runner.os == 'Linux'
Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/*
twine upload dist/*

0 comments on commit aabcd29

Please sign in to comment.