Skip to content

Commit

Permalink
Added main app dependencies as dependency for type testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Mar 12, 2024
1 parent d02d0ab commit 51fa3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/seq_retrieval/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python-dependencies:
python-dependencies-update:
pip install -U -r requirements.txt

check-python-typing:
check-python-typing: python-dependencies
pip install -r test/type-testing-requirements.txt
mypy --install-types --non-interactive src/main.py

Expand Down

0 comments on commit 51fa3aa

Please sign in to comment.