Don't install dev dependencies in CodeQL CI

This commit is contained in:
Christopher C. Wells 2021-11-07 13:12:03 -08:00
parent d9aff2e8a5
commit f755afb000
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: | run: |
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
python3 -m pip install --upgrade pipenv wheel python3 -m pip install --upgrade pipenv wheel
pipenv install --dev pipenv install
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v1