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: