Skip to content

Commit

Permalink
Adjust the dependencies installed for datamodel code gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Oct 22, 2024
1 parent 4699fbf commit 2ca2041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/schema-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
miniforge-version: latest
- name: Installing python dependencies
run: |
pip install datamodel-code-generator==0.26
pip install pydantic==2
pip install datamodel-code-generator
pip install '.[dev]' # pytest primarily
shell: bash -l {0}
- name: Run datamodel-generation
Expand Down

0 comments on commit 2ca2041

Please sign in to comment.