From a613a354aef8e260c144070815fc67d75b4c784f Mon Sep 17 00:00:00 2001 From: eltbus <33374178+eltbus@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:17:49 +0100 Subject: [PATCH] Use 'inv test' --- .github/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 21428c5..21452ec 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,6 +28,4 @@ jobs: pip install .[dev] - name: Test with pytest run: | - # This should be inv test but invoke does not have python3.11 support yet. - # See https://github.com/pyinvoke/invoke/issues/891 for details - pytest + inv test