Skip to content

Commit ca5b763

Browse files
committed
Add config setting for regression in Poetry 1.4.1
This is an attempt to solve recently failing builds. Solution borrowed from: microsoft/debugpy#1246 Update: fix syntax
1 parent cf2a436 commit ca5b763

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
virtualenvs-in-project: true
2626
installer-parallel: true
2727

28+
- run: poetry config installer.modern-installation false
29+
2830
- name: Load cached venv if possible
2931
id: cached-poetry-dependencies
3032
uses: actions/cache@v2

0 commit comments

Comments
 (0)