Skip to content

Commit

Permalink
Install MySQL LTS release (8.4) for MacOS BATS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum committed Jan 21, 2025
1 parent c3e7379 commit 1dedfc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-bats-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
pip install mysql-connector-python
pip install pandas
pip install pyarrow
- name: Install MySQL client LTS release (8.4)
run: |
brew update
brew install [email protected]
echo 'PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"' >> $GITHUB_ENV
mysql --version
- name: Install Dolt
working-directory: ./go
run: |
Expand Down

0 comments on commit 1dedfc9

Please sign in to comment.