Skip to content

Commit 9f83e81

Browse files
committed
testenv name
1 parent f8c02f8 commit 9f83e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ virtualenv: ## Create a virtual environment. Checks that python > 3.8
9393
@echo "--- Don't forget to manually reinstall JAX for GPU/TPU support: https://github.com/google/jax#installation"
9494

9595
.PHONY: testenv
96-
virtualenv: ## Create a virtual environment. Checks that python > 3.8
96+
testenv: ## Create a virtual environment. Checks that python > 3.8
9797
@echo "creating virtual environment ..."
9898
@python -c "import sys; assert sys.version_info >= (3, 8), 'Python 3.8 or higher is required'" || exit 1
9999
@rm -rf .venv

0 commit comments

Comments
 (0)