Skip to content

Commit

Permalink
build: fix codecov pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Jul 12, 2023
1 parent c8cca4f commit 38a8271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install ase cclib matplotlib numpy scipy ray
python -m pip install umap-learn psutil bayesian-optimization qcelemental
python -m pip install pydantic<2.0.0
python -m pip install pandas
python -m pip install pytest-cov
- name: Run tests and collect coverage
Expand Down

0 comments on commit 38a8271

Please sign in to comment.