Skip to content

Commit

Permalink
fix: Reinstall gaussinafft on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Mar 12, 2024
1 parent 6f213f4 commit 10ac2bf
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 @@ -35,7 +35,7 @@ endif

tests: venv
$(PIP_INSTALL) pip
$(PIP_INSTALL) dist/*.whl
$(PIP_INSTALL) --force-reinstall dist/*.whl
$(PIP_INSTALL) pytest scipy
$(PY.TEST) $(CODE_DIR)/tests

Expand Down

0 comments on commit 10ac2bf

Please sign in to comment.