Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Sep 3, 2024
1 parent 8b4f6a0 commit 3322f50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run tests
run: uv run pytest tests --cov --cov-config=pyproject.toml --cov-report=xml
run: uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml

- name: Check typing
run: uv run mypy
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dev-dependencies = [
"mypy>=0.991",
"pytest-cov>=4.0.0",
"ruff>=0.0.235",
"mkdocs>=1.4.2",
"mkdocs-material>=8.5.10",
"mkdocstrings[python]>=0.19.0",
]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}

- name: Run tests
run: uv run pytest tests --cov --cov-config=pyproject.toml --cov-report=xml
run: uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml

- name: Check typing
run: uv run mypy
Expand Down

0 comments on commit 3322f50

Please sign in to comment.