change poetry install macos

pull/378/head
evelynmitchell 1 year ago
parent ef469eaaea
commit 57c36a1934

@ -20,8 +20,11 @@ jobs:
python-version: 3.11.7 python-version: 3.11.7
- name: Install Poetry - name: Install Poetry
run: | uses: snok/install-poetry@v1
curl -sSL https://install.python-poetry.org | python3 - with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
- name: Install dependencies - name: Install dependencies
run: | run: |

Loading…
Cancel
Save