Skip to content

Commit

Permalink
Update the generated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kjagiello committed Sep 23, 2024
1 parent 4032bd9 commit 05ca1f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/misc_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Run tests
run: tox -e mypy

pyright:
name: pyright
mypyinstalled:
name: mypyinstalled
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -86,10 +86,10 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e pyright
run: tox -e mypyinstalled

mypyinstalled:
name: mypyinstalled
pyright:
name: pyright
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -104,7 +104,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e mypyinstalled
run: tox -e pyright

docs:
name: docs
Expand Down

0 comments on commit 05ca1f1

Please sign in to comment.