mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 19:41:24 -05:00
Merge pull request #8773 from dolthub/fulghum/fix-mac-os-bats
Fix failing MacOS BATS tests
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user