We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d8449 commit 91768e1Copy full SHA for 91768e1
1 file changed
.github/workflows/testing.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install poetry
23
run: |
24
python -m pip install --upgrade pip poetry pre-commit
25
+ poetry config virtualenvs.create false --local
26
- name: Install dependencies
27
run: poetry install
28
- name: Lint code
0 commit comments