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 dd845d8 commit ab8f795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
# We must fetch all history in order to be able to run Git related tests
- run: |
git fetch --prune --unshallow
git fetch origin master
git fetch origin master:master
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit ab8f795

Please sign in to comment.