mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-23 16:03:16 +00:00
MINOR: Fix pytest 3.10 running too long (#22211)
This commit is contained in:
parent
20107efd48
commit
1cbf4cf67b
2
.github/workflows/py-tests.yml
vendored
2
.github/workflows/py-tests.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
||||
ingestion_dependency: "mysql,elasticsearch,sample-data"
|
||||
|
||||
- name: Run Python Tests
|
||||
if: ${{ matrix.py-version != '3.9' }}
|
||||
if: ${{ matrix.py-version != '3.10' }}
|
||||
run: |
|
||||
source env/bin/activate
|
||||
make run_python_tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user