mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-18 14:39:44 +00:00
Fix error in workflow YAML file and update ingestion-core version (#6193)
This commit is contained in:
parent
615286ee50
commit
ee21d6b10e
4
.github/workflows/py-tests-3_9.yml
vendored
4
.github/workflows/py-tests-3_9.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
|
||||
- name: Install Ubuntu dependencies
|
||||
run: |
|
||||
# stop relying on apt cache of GitHub runners
|
||||
# stop relying on apt cache of GitHub runners
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y unixodbc-dev python3-venv librdkafka-dev gcc libsasl2-dev build-essential libssl-dev libffi-dev \
|
||||
librdkafka-dev unixodbc-dev libevent-dev antlr4
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
source env/bin/activate
|
||||
make coverage
|
||||
rm pom.xml
|
||||
# fix coverage xml for github
|
||||
# fix coverage xml report for github
|
||||
sed -i 's/src\/metadata/\/github\/workspace\/ingestion\/src\/metadata/g'
|
||||
|
||||
- name: Push Results to Sonar
|
||||
|
@ -7,5 +7,5 @@ Provides metadata version information.
|
||||
|
||||
from incremental import Version
|
||||
|
||||
__version__ = Version("metadata", 0, 12, 0)
|
||||
__version__ = Version("metadata", 0, 12, 0, dev=0)
|
||||
__all__ = ["__version__"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user