Commit 1df957fe authored by nd-02110114's avatar nd-02110114
Browse files

💚 fix ci build

parent 8740b502
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ install:
  - conda update -q conda
  - bash scripts/install_deepchem_conda.sh cpu
  - conda activate deepchem
  - python setup.py install
  - pip install -e .
script:
  - bash devtools/run_yapf.sh
  - bash devtools/run_flake8.sh
@@ -43,7 +43,7 @@ script:
      make clean html && cd ..;
    fi
  - if [ $TRAVIS_PYTHON_VERSION == '3.7' ]; then
      pytest -v --doctest-modules deepchem
      pytest -v --doctest-modules deepchem;
    fi
after_success:
  - echo $TRAVIS_SECURE_ENV_VARS
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ RUN conda update -n base conda && \
    . /miniconda/etc/profile.d/conda.sh && \
    bash scripts/install_deepchem_conda.sh gpu && \
    conda activate deepchem && \
    python setup.py install && \
    pip install -e . && \
    conda clean -afy && \
    rm -rf ~/.cache/pip

+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ If you are using the Windows and the PowerShell:
.. code-block:: bash

    conda activate deepchem
    python setup.py install
    pip install -e .
    pytest -m "not slow" deepchem # optional