Merge pull request #8773 from dolthub/fulghum/fix-mac-os-bats

Fix failing MacOS BATS tests
This commit is contained in:
Jason Fulghum
2025-01-22 10:08:21 -08:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -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 mysql-client@8.4
brew link mysql-client@8.4 --force
mysql --version
- name: Install Dolt
working-directory: ./go
run: |
+2
View File
@@ -152,6 +152,8 @@ jobs:
cwd: "."
pull: "--ff"
- name: Check generated protobufs
env:
USE_BAZEL_VERSION: 7.4.0
working-directory: ./proto
env:
USE_BAZEL_VERSION: 7.4.0