From f4d2cac1f14e18f26db7df38b6b9e3c1896def89 Mon Sep 17 00:00:00 2001 From: Marcin Rudolf Date: Mon, 20 Nov 2023 00:27:34 +0100 Subject: [PATCH] temp disable pydantic 1 tests --- .github/workflows/test_common.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index ec97aac304..24c8215c2b 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -103,18 +103,18 @@ jobs: name: Run extract tests Windows shell: cmd - - name: Install Pydantic 1.0 - run: pip install "pydantic<2" - - - run: | - poetry run pytest tests/libs - if: runner.os != 'Windows' - name: Run extract and pipeline tests Linux/MAC - - run: | - poetry run pytest tests/libs - if: runner.os == 'Windows' - name: Run extract tests Windows - shell: cmd + # - name: Install Pydantic 1.0 + # run: pip install "pydantic<2" + + # - run: | + # poetry run pytest tests/libs + # if: runner.os != 'Windows' + # name: Run extract and pipeline tests Linux/MAC + # - run: | + # poetry run pytest tests/libs + # if: runner.os == 'Windows' + # name: Run extract tests Windows + # shell: cmd matrix_job_required_check: name: Common tests