Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

autobuild + POETRY_VIRTUALENVS_IN_PROJECT: false #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 3 additions & 13 deletions .github/workflows/codeql.yml
Expand Up @@ -33,29 +33,19 @@ jobs:
matrix:
language: ['python']

env:
POETRY_VIRTUALENVS_IN_PROJECT: false

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: 'Setup Python version'
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: 'Set up the environment'
uses: ./.github/workflows/setup-poetry-env
with:
python-version: 3.11

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
# Override the default behavior so that the action doesn't attempt
# to auto-install Python dependencies
setup-python-dependencies: false

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down