From a8baa3c876d90a890fc588db4afb56a5b48c275b Mon Sep 17 00:00:00 2001 From: David Dreschner Date: Sun, 19 Jan 2025 18:14:02 +0100 Subject: [PATCH] chore: Remove 'poetry install' as it seems to be already done by 'poetry add' --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2696e81..2df12f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,6 @@ jobs: - name: "Install icalendar ${{ matrix.icalendar-version }} and other dependencies" run: | poetry add icalendar~=${{ matrix.icalendar-version }}.0 --no-interaction - poetry install --no-interaction --no-root - name: "Test with pytest" run: |