Merge pull request #2787 from GSA/python_3_13

disable gevent
This commit is contained in:
ccostino
2025-07-29 14:35:08 -04:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ NVMSH := $(shell [ -f "$(HOME)/.nvm/nvm.sh" ] && echo "$(HOME)/.nvm/nvm.sh" || e
## DEVELOPMENT
.PHONY: bootstrap
bootstrap: ## Set up everything to run the app
bootstrap: ## Set up everything to run the application
make generate-version-file
poetry sync --no-root
poetry run playwright install --with-deps