diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c5609ccdd..78e878060 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -144,8 +144,6 @@ jobs: with: inputs: requirements.txt ignore-vulns: | - PYSEC-2024-60 - PYSEC-2022-43162 PYSEC-2023-312 - name: Run npm audit run: make npm-audit diff --git a/Makefile b/Makefile index 2a24e8696..6eeda3bb5 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,7 @@ bootstrap: ## Set up everything to run the app .PHONY: bootstrap-with-git-hooks bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks make generate-version-file - poetry lock --no-update - poetry install --sync --no-root + poetry sync --no-root poetry run playwright install --with-deps git config --global --unset-all core.hooksPath poetry run pre-commit install