Skip to content

Commit

Permalink
test different pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Jan 12, 2024
1 parent a450d00 commit 1c437f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install poetry "${{ matrix.pydantic-version }}" && poetry install --with test
run: pip install poetry && poetry install --with test && poetry add "${{ matrix.pydantic-version }}"
- name: Run unittest
run: poetry run py.test src/ --cov=./src
- name: lint
Expand Down

0 comments on commit 1c437f1

Please sign in to comment.