Skip to content

Commit

Permalink
CI: Reinstall pydantic with newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
slangeveld committed Feb 10, 2025
1 parent 0bfb63d commit 864bd64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-fmudataio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:

- name: Full test
run: |
# Reinstall pydantic to force latest version
pip install -U pydantic
if [[ "${{ github.event.pull_request.base.ref }}" == "staging" ]]; then
pytest -n auto -v --cov --cov-report term-missing --prod
else
Expand Down

0 comments on commit 864bd64

Please sign in to comment.