Skip to content

Commit

Permalink
ci(publish-docs): Remove unused git step
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 17, 2022
1 parent a47faab commit 490f29c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
python-version: ["3.7", "3.10"]
steps:
- uses: actions/checkout@v1
- name: Configure git
run: |
git config --global user.name 'travis-ci'
git config --global user.email 'travis@nowhere.edu'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 490f29c

Please sign in to comment.