Skip to content

Commit 9ed30f4

Browse files
committed
Fix test command
1 parent bd07ef4 commit 9ed30f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_name}}/.github/workflows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
MPLBACKEND: agg
6868
PLATFORM: ${{ matrix.os }}
6969
DISPLAY: :42
70-
run: uvx hatch run ${{ matrix.env}}:run-cov
70+
run: uvx hatch run ${{ matrix.env_name }}:run-cov
7171
- name: generate coverage report
7272
run: uvx hatch run hatch-test.py${{ matrix.python }}:coverage xml
7373
- name: Upload coverage

0 commit comments

Comments
 (0)