Skip to content

Commit 91768e1

Browse files
committed
poetry don't use virtualenvs
1 parent 99d8449 commit 91768e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install poetry
2323
run: |
2424
python -m pip install --upgrade pip poetry pre-commit
25+
poetry config virtualenvs.create false --local
2526
- name: Install dependencies
2627
run: poetry install
2728
- name: Lint code

0 commit comments

Comments
 (0)