Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 16, 2022
1 parent e6fce09 commit 70b7083
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', pypy3]
exclude:
- os: macos-latest
python-version: pypy3
- os: windows-latest
python-version: pypy3
exclude:
- os: macos-latest
python-version: pypy3
- os: windows-latest
python-version: pypy3
fail-fast: false

steps:
Expand Down

0 comments on commit 70b7083

Please sign in to comment.