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
elseif((KIND STREQUAL"cpython") OR (KIND STREQUAL"cpython_sym"))
It seems cpython and cpython_sym labels in the integration_tests/CMakelists.txt are similar (or even same). In that case, I think we can remove cpython_sym and simply reuse cpython for simplicity.
The text was updated successfully, but these errors were encountered:
lpython/integration_tests/CMakeLists.txt
Line 216 in dfeacbc
It seems
cpython
andcpython_sym
labels in theintegration_tests/CMakelists.txt
are similar (or even same). In that case, I think we can removecpython_sym
and simply reusecpython
for simplicity.The text was updated successfully, but these errors were encountered: