mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-31 05:04:39 +00:00
Fix antlr version for publish (#9951)
This commit is contained in:
parent
1455d5eb29
commit
e2d94a66e4
5
.github/workflows/py-ingestion-publish.yml
vendored
5
.github/workflows/py-ingestion-publish.yml
vendored
@ -26,12 +26,15 @@ jobs:
|
||||
python-version: 3.9
|
||||
- name: Install Ubuntu related dependencies
|
||||
run: |
|
||||
sudo apt-get install -y libsasl2-dev unixodbc-dev python3-venv antlr4
|
||||
sudo apt-get install -y libsasl2-dev unixodbc-dev python3-venv
|
||||
- name: Install and Publish PyPi packages
|
||||
env:
|
||||
TWINE_USERNAME: '${{ secrets.TWINE_OPENMETADATA_INGESTION_USERNAME }}'
|
||||
TWINE_PASSWORD: '${{ secrets.TWINE_OPENMETADATA_INGESTION_PASSWORD }}'
|
||||
run: |
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
sudo make install_antlr_cli
|
||||
make install_dev generate install
|
||||
cd ingestion; \
|
||||
python setup.py install sdist bdist_wheel; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user