diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index e7407d00..220293e8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - with: - fetch-depth: 0 + with: + fetch-depth: 0 - uses: s-weigand/setup-conda@v1 - run : conda --version - run : source activate base