Skip to content

Commit b6647ef

Browse files
authored
Merge pull request #20 from Guts/ignore-git-exceptions
Ignore git exceptions
2 parents 2f8dc73 + 3e2e6a7 commit b6647ef

File tree

9 files changed

+879
-766
lines changed

9 files changed

+879
-766
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config --global user.email "[email protected]"
2424
pip install -r tests/test_requirements.txt
2525
pip install -e .
26-
pytest
26+
pytest
2727
- name: Build and publish
2828
env:
2929
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
run:
55
runs-on: ${{ matrix.os }}
66
strategy:
7-
matrix:
7+
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
steps:
1010
- uses: actions/checkout@master
11-
- name: Setup Python
11+
- name: Setup Python
1212
uses: actions/setup-python@master
1313
with:
1414
python-version: 3.7
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install pyflakes
2525
pyflakes mkdocs_git_revision_date_localized_plugin
26-
- name: Upload coverage to Codecov
26+
- name: Upload coverage to Codecov
2727
uses: codecov/codecov-action@v1
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)