Skip to content

Commit

Permalink
Indents matter
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Sep 18, 2024
1 parent e1e35a4 commit c8ffd7e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
- name: Prepare & run Nox
run: >
uvx
--with "tomli; python_version<'3.11'"
--with "tomli; python_version<'3.11'"
nox
--python ${{ matrix.python-version }}
--sessions tests
-- --installpkg dist/*.whl
--python ${{ matrix.python-version }}
--sessions tests
-- --installpkg dist/*.whl
- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -135,18 +135,18 @@ jobs:
- name: Check using Mypy
run: >
uvx
--with "tomli; python_version<'3.11'"
--with "tomli; python_version<'3.11'"
nox
--python ${{ matrix.python-version }}
--sessions mypy_api
--python ${{ matrix.python-version }}
--sessions mypy_api
- name: Check using Pyright
run: >
uvx
--with "tomli; python_version<'3.11'"
--with "tomli; python_version<'3.11'"
nox
--python ${{ matrix.python-version }}
--sessions pyright_api
--python ${{ matrix.python-version }}
--sessions pyright_api
mypy-pkg:
name: Type-check package
Expand Down

0 comments on commit c8ffd7e

Please sign in to comment.