You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mixing python_version and python-version
This leads to following error in execution:
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:
The text was updated successfully, but these errors were encountered:
I think there are two errors in test.yaml.
mixing python_version and python-version
This leads to following error in execution:
I think test exectution command should read
hatch test
(what should be equivalent topytest tests
) and nothatch 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:
The text was updated successfully, but these errors were encountered: