Skip to content

Commit

Permalink
Working on types
Browse files Browse the repository at this point in the history
  • Loading branch information
djpugh committed Jun 13, 2021
1 parent dd361f6 commit 4120753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
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 4120753

Please sign in to comment.