Skip to content

Commit

Permalink
remove pydantic from matrx in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Dec 13, 2023
1 parent 3981a49 commit 9f72cb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
pydantic-version: ["2"]

defaults:
run:
Expand All @@ -36,7 +35,6 @@ jobs:
environment-file: environment-dev.yml
create-args: >-
python=${{ matrix.python-version }}
pydantic=${{ matrix.pydantic-version }}
- name: Install Package
run: python -m pip install -e .
Expand Down

0 comments on commit 9f72cb8

Please sign in to comment.