mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
Modified workflows and ingestion-core package (#5005)
This commit is contained in:
parent
8cc91c3405
commit
a74047c8a0
4
.github/workflows/py-tests-3_10.yml
vendored
4
.github/workflows/py-tests-3_10.yml
vendored
@ -10,7 +10,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
name: py-tests
|
||||
name: py-tests-3.10
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Install Ubuntu dependencies
|
||||
run: |
|
||||
|
||||
2
.github/workflows/py-tests-3_6.yml
vendored
2
.github/workflows/py-tests-3_6.yml
vendored
@ -10,7 +10,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
name: py-tests
|
||||
name: py-tests-3.6
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
2
.github/workflows/py-tests-3_7.yml
vendored
2
.github/workflows/py-tests-3_7.yml
vendored
@ -10,7 +10,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
name: py-tests
|
||||
name: py-tests-3.7
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
2
.github/workflows/py-tests-3_8.yml
vendored
2
.github/workflows/py-tests-3_8.yml
vendored
@ -10,7 +10,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
name: py-tests
|
||||
name: py-tests-3.8
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
@ -38,7 +38,7 @@ setup(
|
||||
description="These are the generated Python classes from JSON Schema",
|
||||
long_description=get_long_description(),
|
||||
long_description_content_type="text/markdown",
|
||||
python_requires=">=3.8",
|
||||
python_requires=">=3.6",
|
||||
package_dir={"": "src"},
|
||||
zip_safe=False,
|
||||
use_incremental=True,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user