retroam / Calcium-analysis

Python implementation of calcium imaging analysis pipeline for cardiac myocytes
0 stars 0 forks source link

Fix YAML Syntax Error in GitHub Workflow #19

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

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.