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
On some systems (e.g. Mac), calls to subprocess.run() must include shell=True:
==================================================================================================== short test summary info ====================================================================================================
FAILED tests/test_package.py::test_formatting - FileNotFoundError: [Errno 2] No such file or directory: 'isort <PATH>/pyttb --check --settings-path <PATH>/pyttb'
FAILED tests/test_package.py::test_linting - FileNotFoundError: [Errno 2] No such file or directory: 'pylint <PATH>/pyttb/pyttb/tensor.py <PATH>/pyttb/pyttb/sptensor.py <PATH>/pyttb/pyttb/pyttb_ut...
FAILED tests/test_package.py::test_typing - FileNotFoundError: [Errno 2] No such file or directory: 'mypy -p pyttb --config-file <PATH>/pyttb/pyproject.toml'
=========================================================================================== 3 failed, 336 passed, 7 warnings in 1.69s ===========================================================================================
On some systems (e.g. Mac), calls to
subprocess.run()
must includeshell=True
:Example fix:
The text was updated successfully, but these errors were encountered: