Skip to content

Commit

Permalink
Update code.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Jun 7, 2020
1 parent 4f1462e commit dd845d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code.yaml
Expand Up @@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@v2
# We must fetch all history in order to be able to run Git related tests
- run: |
git pull origin master
git fetch --prune --unshallow
git fetch origin master
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit dd845d8

Please sign in to comment.