Skip to content

Commit

Permalink
fix: makefile revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 17, 2024
1 parent 934f8cd commit 7dd1aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:
pytest -vv --reruns 3 --reruns-delay 5 ./tests/

dev-install:
python -m pip install -r dev-requirements.txt
pip install -r dev-requirements.txt

freeze-dev-requirements:
pip freeze > dev-requirements.txt
Expand Down

0 comments on commit 7dd1aaa

Please sign in to comment.