Skip to content

Commit 3528b73

Browse files
committed
try avoiding poetry viruelenv
1 parent 6f9dbe8 commit 3528b73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI_first_code_checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Build package and create dev environment
2828
run: |
2929
python -m pip install --upgrade pip poetry
30+
poetry config virtualenvs.create false
3031
poetry install --with dev
3132
- name: Show pip list
3233
run: |
@@ -37,4 +38,4 @@ jobs:
3738
- name: Correct coverage paths
3839
run: sed -i "s+$PWD/++g" coverage.xml
3940
- name: Run ruff linter
40-
run: poetry run ruff check --output-format=github
41+
run: ruff check --output-format=github

0 commit comments

Comments
 (0)