Skip to content

Commit

Permalink
Fixed indentation for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Jan 30, 2021
1 parent 56488e7 commit 6578748
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Expand Up @@ -9,15 +9,15 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.5, 3.6, 3.7, 3.8, 3.9]
django: [2.2.*, 3.0.*, 3.1.*]
exclude:
# exclude python 3.5 with django v3+
- python: 3.5
django: 3.0.*
- python: 3.5
django: 3.1.*
matrix:
python: [3.5, 3.6, 3.7, 3.8, 3.9]
django: [2.2.*, 3.0.*, 3.1.*]
exclude:
# exclude python 3.5 with django v3+
- python: 3.5
django: 3.0.*
- python: 3.5
django: 3.1.*

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6578748

Please sign in to comment.