Skip to content

Commit

Permalink
chore(dependencies): add pytest to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lispandfound committed Nov 21, 2024
1 parent e2ee767 commit b1b38d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deptry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
# Install deptry
- run: pip install deptry
# Workaround for deptry not liking pyproject + requirements.txt
- run: sed -i -e '/pytest/d' -e '/hypothesis/d' -e '/diffimg/d' requirements.txt
- run: rm pyproject.toml
- run: pip install -r requirements.txt
# Run deptry to check that all dependencies are present.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ qcore @ git+https://github.com/ucgmsim/qcore.git
source_modelling @ git+https://github.com/ucgmsim/source_modelling
tqdm
typer
pytest

0 comments on commit b1b38d1

Please sign in to comment.