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
In the GitHub Actions workflow, created a 'results' directory within 'src/tests/data' to ensure that the directory exists before running pytest. This setup is essential for capturing output that may be generated during tests, improving organization and avoiding potential test failures due to missing directories.
0 commit comments