mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-15 00:50:22 -06:00
Merge pull request #2403 from dolthub/jennifer/dump-parquet
parquet file type for export
This commit is contained in:
4
.github/workflows/ci-bats-unix.yaml
vendored
4
.github/workflows/ci-bats-unix.yaml
vendored
@@ -61,6 +61,8 @@ jobs:
|
||||
- name: Install Python Deps
|
||||
run: |
|
||||
pip install mysql-connector-python
|
||||
pip install pandas
|
||||
pip install pyarrow
|
||||
- name: Install Dolt
|
||||
working-directory: ./go
|
||||
run: |
|
||||
@@ -76,6 +78,8 @@ jobs:
|
||||
- name: Install expect
|
||||
if: matrix.os == 'ubuntu-18.04'
|
||||
run: sudo apt-get install -y expect
|
||||
- name: Install Parquet-tools
|
||||
run: brew install parquet-tools
|
||||
- name: Check expect
|
||||
run: expect -v
|
||||
- name: Test all Unix
|
||||
|
||||
2
.github/workflows/ci-bats-windows.yaml
vendored
2
.github/workflows/ci-bats-windows.yaml
vendored
@@ -114,6 +114,8 @@ jobs:
|
||||
- name: Install Python Deps
|
||||
run: |
|
||||
pip install mysql-connector-python
|
||||
pip install pandas
|
||||
pip install pyarrow
|
||||
- name: Install Dolt
|
||||
working-directory: ./go
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user