From c19e0e0b1d617e02175710ab4881fa591f2182a3 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Thu, 9 Nov 2023 13:22:14 +0200 Subject: [PATCH] fix ci syntax --- .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 c87ee2b..6096e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies # Explicitly also install tox-gh-actions to prevent tests from using system interpreter run: | - poetry install --no-interaction= + poetry install --no-interaction pip install tox-gh-actions - name: Run tox run: tox