Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
parasj committed Sep 23, 2022
1 parent 4eb9fb4 commit 3654846
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Cache .pytype
uses: actions/cache@v1
with:
path: .pytype
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.10
Expand All @@ -26,7 +22,7 @@ jobs:
- name: black
run: poetry run black . --check --line-length=140
- name: pytype
run: poetry run pytype --config .pytype.cfg -j 2
run: poetry run pytype --config .pytype.cfg -j 4
test-unit:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 3654846

Please sign in to comment.