From 3386785aecc1d952322dfc3d49c50730b9b50f30 Mon Sep 17 00:00:00 2001 From: Daniel Gafni Date: Wed, 8 Nov 2023 10:55:54 +0100 Subject: [PATCH] fix CI --- .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 1dba170..0172c1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Install dependencies run: poetry install --all-extras --sync - name: Run tests - run: pytest -v . + run: pytest -v tests lint: name: lint py=${{ matrix.py }} ${{ matrix.os }}