Skip to content

Commit

Permalink
Update code.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Jul 6, 2020
1 parent 48aabf9 commit 99b5ea0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/code.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit 99b5ea0

Please sign in to comment.