Commit dee98c40 authored by VIGNESHinZONE's avatar VIGNESHinZONE
Browse files

pytest3

parent 2d9abad8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -134,5 +134,4 @@ jobs:
    - name: PyTest
      if: ${{ (success() || failure()) && (steps.install.outcome == 'failure' || steps.install.outcome == 'success') }}
      shell: bash -l {0}
      run: pytest -v -m jax --cov=deepchem --cov-report=xml deepchem
      run: pytest -v -m jax