This PR addresses a YAML syntax error in the GitHub workflow file that was causing the workflow to fail.
The error was located on line 25 of the .github/workflows/test_workflow.yml file. The indentation and structure of the YAML file have been checked and corrected where necessary, especially around the 'run: pytest tests/' command.
This should resolve the issue and allow the workflow to run successfully.
This PR addresses a YAML syntax error in the GitHub workflow file that was causing the workflow to fail.
The error was located on line 25 of the
.github/workflows/test_workflow.yml
file. The indentation and structure of the YAML file have been checked and corrected where necessary, especially around the 'run: pytest tests/' command.This should resolve the issue and allow the workflow to run successfully.
Fixes #18.