Skip to content

Commit

Permalink
ci(codeql): remove --system flag to pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Aug 25, 2021
1 parent 99c98cf commit bdbcfdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: python

# Setup Python (faster than using Python container)
- name: Setup Python
uses: actions/setup-python@v2
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
pipenv install --system --deploy --dev
pipenv install --deploy --dev
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
Expand Down

0 comments on commit bdbcfdf

Please sign in to comment.