mirror of https://github.com/snachodog/mybuddy.git
Update pipenv deploy method on CodeQL CI
This commit is contained in:
parent
b68ac0fdc4
commit
d9aff2e8a5
|
@ -12,6 +12,8 @@ jobs:
|
|||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PIPENV_VENV_IN_PROJECT: enabled
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
@ -30,7 +32,7 @@ jobs:
|
|||
run: |
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
python3 -m pip install --upgrade pipenv wheel
|
||||
pipenv install --deploy --dev
|
||||
pipenv install --dev
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
|
|
Loading…
Reference in New Issue