When I wanted to test F.single_data_loader, CI failed due to file not found exception while the tests on local system runs successfully. (Pytest)
Actually, I really do not know what is difference between tests on local or remote virtual machine. This issue may occur because of some other ways of cloning repo into virtual machine which may has been used by the template of CI I am using.
When I wanted to test F.single_data_loader, CI failed due to
file not foundexception while the tests on local system runs successfully. (Pytest)Actually, I really do not know what is difference between tests on local or remote virtual machine. This issue may occur because of some other ways of cloning repo into virtual machine which may has been used by the template of CI I am using.