From 1b88432fef69e4259334b911fa17be7f44fa71eb Mon Sep 17 00:00:00 2001 From: Adrien Thob Date: Wed, 15 Nov 2023 18:04:20 -0500 Subject: [PATCH] Commenting pytest step in CI/CD workflow until proper tests are implemented --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 902c883..1074e2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,10 +40,10 @@ 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: | - conda install pytest - pytest + # - name: Test with pytest + # run: | + # conda install pytest + # pytest develop-post-install: runs-on: ubuntu-latest