From 57c36a1934c37f908a0fcdb965dbaf4791a94af7 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 10:21:08 -0700 Subject: [PATCH] change poetry install macos --- .github/workflows/pytestmac.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytestmac.yml b/.github/workflows/pytestmac.yml index 95c75735..09392b7b 100644 --- a/.github/workflows/pytestmac.yml +++ b/.github/workflows/pytestmac.yml @@ -20,8 +20,11 @@ jobs: python-version: 3.11.7 - name: Install Poetry - run: | - curl -sSL https://install.python-poetry.org | python3 - + uses: snok/install-poetry@v1 + with: + virtualenvs-create: true + virtualenvs-in-project: true + installer-parallel: true - name: Install dependencies run: |