From 99b5ea027f62e2587226973713de879ffdf5ff63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Pe=C3=B1a?= Date: Mon, 6 Jul 2020 00:29:15 -0400 Subject: [PATCH] Update code.yaml --- .github/workflows/code.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code.yaml b/.github/workflows/code.yaml index 8f88737..96872b9 100644 --- a/.github/workflows/code.yaml +++ b/.github/workflows/code.yaml @@ -19,10 +19,8 @@ jobs: steps: - uses: actions/checkout@v2 # We must fetch all history in order to be able to run Git related tests - - run: git fetch origin master:master - - run: | - git branch -a - git status + - name: Fetch main branch + run: git fetch origin master:master - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: