From e41b14af6d8791406e34812bf453717bbf89430e Mon Sep 17 00:00:00 2001 From: abhineethreddyk Date: Mon, 14 Dec 2020 22:26:07 -0500 Subject: [PATCH] Migrated testing from Travis to Github Actions - part 2 --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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