We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c02f8 commit 9f83e81Copy full SHA for 9f83e81
Makefile
@@ -93,7 +93,7 @@ virtualenv: ## Create a virtual environment. Checks that python > 3.8
93
@echo "--- Don't forget to manually reinstall JAX for GPU/TPU support: https://github.com/google/jax#installation"
94
95
.PHONY: testenv
96
-virtualenv: ## Create a virtual environment. Checks that python > 3.8
+testenv: ## Create a virtual environment. Checks that python > 3.8
97
@echo "creating virtual environment ..."
98
@python -c "import sys; assert sys.version_info >= (3, 8), 'Python 3.8 or higher is required'" || exit 1
99
@rm -rf .venv
0 commit comments