From f6606f22fe2cfb41a4504d22cda9ff659a80fec3 Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Thu, 28 Sep 2023 21:10:47 -0700 Subject: [PATCH] Restrict poetry version to one that works on python 3.7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d293c15..704c1ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Dependencies run: | - curl -sSL https://install.python-poetry.org | python - + curl -sSL https://install.python-poetry.org | python - --version 1.5.1 poetry config virtualenvs.create false poetry install - name: Lint