Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatRSingh committed Aug 9, 2024
1 parent 6436be7 commit ccf7a67
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='deepchem/utils/dftutils.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-glob='deepchem/models/jax_models/*' --ignore-glob='deepchem/models/dft/*' --ignore='deepchem/utils/dftutils.py' --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 ccf7a67

Please sign in to comment.