diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0cffca99..bed100db 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -85,8 +85,8 @@ jobs: sudo apt install python3 python3-dev python3-venv python3-pip python3 -m venv .venv .venv/bin/python3 -m pip install setuptools - .venv/bin/python3 setup.py fetch --sqlite --all build_ext --inplace --force - + .venv/bin/python3 setup.py fetch --sqlite --all build_ext --inplace --force --enable-all-extensions + - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: