Skip to content

Commit

Permalink
ignore old file
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatRSingh committed Aug 8, 2024
1 parent ced6a0b commit 6436be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-glob='deepchem/models/dft/*' --doctest-modules deepchem --doctest-continue-on-failure
run: DGLBACKEND=pytorch pytest -v --ignore-glob='deepchem/**/test*.py' --ignore='deepchem/utils/dftutils.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
Expand Down

0 comments on commit 6436be7

Please sign in to comment.