Skip to content

Commit

Permalink
Merge pull request #63 from djpugh/fix/types-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
djpugh authored Jun 13, 2021
2 parents 8e62c95 + 4120753 commit 2c85525
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install tox
- name: Lint
run: tox -e lint

security:
name: Security Lint
runs-on: windows-latest
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- ubuntu
- windows
- macos
py:
py:
- 3.6
- 3.7
- 3.8
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox
- name: Build fastapi_aad_auth
run: tox -e build -vvv

Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- ubuntu
- windows
- macos
py:
py:
- 3.6
- 3.7
- 3.8
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
automerge:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
needs:
needs:
- lint
- security
- types
Expand All @@ -263,7 +263,7 @@ jobs:
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || github.event_name == 'release'
name: Publish Package
runs-on: ubuntu-latest
needs:
needs:
- lint
- security
- types
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && !(contains(github.ref, 'gh-pages') || contains(github.ref, 'docs')) ) || github.event_name == 'release'
name: Publish Docs
runs-on: ubuntu-latest
needs:
needs:
- docs
- publish-package
steps:
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ deps =
test,develop: tox
cq,develop: pylint
types,develop: mypy
types,develop: types-requests
types,develop: types-pkg_resources
types,develop: lxml
security,develop: bandit
docs,develop: sphinx
Expand Down

0 comments on commit 2c85525

Please sign in to comment.