From 5beaed7d9a0003ef93a4f44ad575db86fe243fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Tue, 25 Apr 2023 11:53:07 +0200 Subject: [PATCH] chore(ci): add info to help resolution of python-poetry/poetry#7611 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 04c4966..37cac74 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,6 +41,7 @@ jobs: PIP_PREFER_BINARY: 1 run: | python3 -m poetry install + python3 -m poetry show virtualenv - name: Run doc tests run: |