chore: remove venv activation
This commit is contained in:
parent
c8957e3e1b
commit
35ba139c08
|
@ -19,5 +19,4 @@ clean: .clean
|
|||
|
||||
.PHONY: snapshot
|
||||
snapshot: $(VENV)
|
||||
source $(VENV)/bin/activate
|
||||
pytest --snapshot-update
|
||||
$(VENV)/bin/pytest --snapshot-update
|
||||
|
|
Loading…
Reference in New Issue