Skip to content

Commit

Permalink
[CHORE]: replace the .venv value with global variable VENV (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedrezk122 authored Oct 21, 2024
1 parent b04e56f commit 6173006
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 @@ -58,4 +58,4 @@ test: .venv build ## Run tests

.PHONY: clean
clean:
rm -rf .venv
rm -rf $(VENV)

0 comments on commit 6173006

Please sign in to comment.