From e5009909d36696c5ff46038317f6f7b3c352cb59 Mon Sep 17 00:00:00 2001 From: Erik Tjong Kim Sang Date: Tue, 19 Mar 2024 18:50:13 +0100 Subject: [PATCH] chnaged pytest arguments --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e02271c..622eefd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,4 +42,4 @@ jobs: - name: Test with pytest run: | - pytest -W ignore + pytest tests