Skip to content

errors in test.yaml #19

@dornech

Description

@dornech

I think there are two errors in test.yaml.

  1. mixing python_version and python-version
    image
    This leads to following error in execution:
    image

  2. I think test exectution command should read hatch test (what should be equivalent to pytest tests) and not hatch run test:pytest
    The current setting creates Github Action jobs according the matrix and then refers to the hatch test environment containing a matrix as well. This results in job like this:
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions