Skip to content

Commit d68bfa7

Browse files
committed
Fix environment
1 parent 20d936d commit d68bfa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_name}}/.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
DISPLAY: :42
5959
run: uvx hatch test --cover --python ${{ matrix.python }} --include deps=${{ matrix.deps }}
6060
- name: generate coverage report
61-
run: uvx hatch run hatch-test.py${{ matrix.python }}:coverage xml
61+
run: uvx hatch run hatch-test.py${{ matrix.python }}-${{ matrix.deps }}:coverage xml
6262
- name: Upload coverage
6363
uses: codecov/codecov-action@v4

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ features = [ "test" ]
7777

7878
[[tool.hatch.envs.hatch-test.matrix]]
7979
deps = [ "stable", "pre" ]
80-
python = ["3.10", "3.13"]
80+
python = [ "3.10", "3.13" ]
8181

8282
[tool.hatch.envs.hatch-test.overrides]
8383
matrix.deps.env-vars = [

0 commit comments

Comments
 (0)