Skip to content

Commit

Permalink
fix for breaking numpy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuomkar committed Jun 20, 2024
1 parent 750f865 commit c691424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ run:
@python3 -m src.main

test-install:
@pip install pytest pytest-cov requests-mock pytest-asyncio
@pip install numpy<2 pytest pytest-cov requests-mock pytest-asyncio

test:
@python3 -m pytest
Expand Down

0 comments on commit c691424

Please sign in to comment.