Skip to content

Commit

Permalink
Maybe fix CodeQL pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Mar 24, 2024
1 parent eccb363 commit ed2cf86
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 @@ -41,8 +41,8 @@ jobs:
env:
POETRY_VIRTUALENVS_CREATE: false
run: |
pipx install poetry==1.8.2
poetry install
pip install poetry==1.8.2
poetry install --no-interaction --no-ansi
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit ed2cf86

Please sign in to comment.