From ced6a0bc722314ac62cce85b15c7a2162813df0b Mon Sep 17 00:00:00 2001 From: GreatRSingh Date: Thu, 8 Aug 2024 11:57:27 +0530 Subject: [PATCH] total ignore --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9244e52447..1550ca6c8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -177,7 +177,7 @@ jobs: - name: Doctest Linux if: ${{ (runner.os == 'Linux') && always() }} shell: bash -l {0} - run: DGLBACKEND=pytorch pytest -v --ignore-glob='deepchem/**/test*.py' --ignore-glob='deepchem/models/jax_models/*' --ignore='deepchem/models/dft/nnxc.py' --ignore='deepchem/utils/dftutils.py' --doctest-modules deepchem --doctest-continue-on-failure + run: DGLBACKEND=pytorch pytest -v --ignore-glob='deepchem/**/test*.py' --ignore-glob='deepchem/models/jax_models/*' --ignore-glob='deepchem/models/dft/*' --doctest-modules deepchem --doctest-continue-on-failure - name: Doctest Windows if: ${{ (runner.os == 'Windows') && always() }} # Seperate test avoiding Jax in windows since Jax is not supported in Windows