Skip to content

Commit

Permalink
temp disable pydantic 1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Nov 19, 2023
1 parent a6a782b commit f4d2cac
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4d2cac

Please sign in to comment.