We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9dbe8 commit 3528b73Copy full SHA for 3528b73
.github/workflows/CI_first_code_checks.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Build package and create dev environment
28
run: |
29
python -m pip install --upgrade pip poetry
30
+ poetry config virtualenvs.create false
31
poetry install --with dev
32
- name: Show pip list
33
@@ -37,4 +38,4 @@ jobs:
37
38
- name: Correct coverage paths
39
run: sed -i "s+$PWD/++g" coverage.xml
40
- name: Run ruff linter
- run: poetry run ruff check --output-format=github
41
+ run: ruff check --output-format=github
0 commit comments