Skip to content

Commit

Permalink
add pydantic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DSilva27 committed Aug 28, 2024
1 parent 61b9b1f commit 042e9cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest omegaconf
pip install ".[dev]"
- name: Test with pytest
run: |
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ dependencies = [
"osfclient",
"seaborn",
"ipyfilechooser",
"omegaconf"
"omegaconf",
"pydantic"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 042e9cd

Please sign in to comment.