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 ef64778 commit 74cff56
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 @@ -66,6 +66,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]
brew link [email protected] --force
mysql --version
- name: Install Dolt
working-directory: ./go
run: |
Expand Down

0 comments on commit 74cff56

Please sign in to comment.