Commit 87e21ce1 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix bug

parent 8ba35f6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ jobs:
        file: ./coverage.xml

  deploy:
    if: ${{ github.ref == 'master' }}
    if: github.event_name == 'push' && github.ref == 'refs/heads/master'
    needs: [build]
    runs-on: ubuntu-latest
    steps:
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ RUN MINICONDA="Miniconda3-latest-Linux-x86_64.sh" && \
    echo ". /miniconda/etc/profile.d/conda.sh" >> ~/.bashrc
ENV PATH /miniconda/bin:$PATH

SHELL ["/bin/bash", "-c"]

# install deepchem with master branch
RUN conda update -n base conda && \
    git clone --depth 1 https://github.com/deepchem/deepchem.git && \