Commit 3ee24add authored by VIGNESHinZONE's avatar VIGNESHinZONE
Browse files

typo

parent 57f2c000
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ jobs:
    - name: Install DeepChem
      id: install
      shell: bash -l {0}
      run: pip install -e '.[torch]'
      run: pip install -e .
    - name: Yapf (version 0.22.0)
      id: yapf
      # on Windows, yapf raise the strange error..., so ignore
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ jobs:
        python-version: [3.7]
        include:
          - os: ubuntu-latest
            python-version: 3.6
            python-version: 3.8
    env:
      OS: ${{ matrix.os }}
      PYTHON_VERSION: ${{ matrix.python-version }}