From 6e1660a6cf65813744799ecc638f557b5644c4ae Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Fri, 6 Sep 2024 17:08:37 +0300 Subject: [PATCH] chore: Removing --no-update --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ef26247..3403fe9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,6 +43,6 @@ jobs: - name: Run tests run: | set -e - poetry install --all-extras --no-update + poetry install --all-extras poetry update --with dev poetry run pytest