Skip to content

Commit

Permalink
ci: create virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Dec 8, 2023
1 parent 0057b25 commit a0666d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:

permissions:
pull-requests: read
contents: write

jobs:
pr-lint:
title-lint:
name: Validate PR title
runs-on: ubuntu-latest
concurrency: pr-lint
Expand All @@ -19,6 +18,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

triage:
permissions:
contents: write
runs-on: ubuntu-latest
concurrency: triage
steps:
Expand All @@ -28,6 +29,8 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

size-label:
permissions:
contents: write
runs-on: ubuntu-latest
concurrency: size-label
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install poetry and plugins
run: |
curl -sSL https://install.python-poetry.org | python -
poetry config virtualenvs.create false
poetry config virtualenvs.create true
poetry self add poetry-multiproject-plugin
poetry self add poetry-polylith-plugin
- name: Install dependencies
Expand Down

0 comments on commit a0666d9

Please sign in to comment.