From 345bc40294f77623c86cf035349c0852e221b6d2 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Mon, 1 Jul 2024 11:28:55 +0200 Subject: [PATCH] Revert "Removed pytest from CI (temporarily)" This reverts commit 91a3b23f478fc3de9e3fdf021f7690d20025bebf. --- .github/workflows/python-package.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c391bd5..91755be 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -35,3 +35,6 @@ jobs: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + - name: Test with pytest + run: | + pytest