mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 15:50:14 +00:00

The code changes in https://github.com/acryldata/avro_gen/pull/16, but tests are written here.
8 lines
210 B
Bash
Executable File
8 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
pip install -e 'git+https://github.com/acryldata/avro_gen#egg=avro-gen3'
|
|
pip install -e 'git+https://github.com/acryldata/PyHive#egg=acryl-pyhive[hive]'
|
|
pip install -e '.[dev]'
|