Commit 2d9abad8 authored by VIGNESHinZONE's avatar VIGNESHinZONE
Browse files

fixing pytest 2

parent 856f1e78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,5 +134,5 @@ 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 --cov=deepchem --cov-report=xml deepchem