Skip to content

Commit cbbd92b

Browse files
committed
Modify action collect info
1 parent 82d7572 commit cbbd92b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/collect_info/s_getInfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Add problems to the system path
1313
cwd = os.path.dirname(os.path.abspath(__file__))
14-
# sys.path.append(os.path.join(cwd, 'optiprofiler', 'python', 'optiprofiler', 'problem_libs', 's2mpj'))
14+
sys.path.append(os.path.join(cwd, 'optiprofiler', 'python'))
1515
from optiprofiler.problem_libs.s2mpj.s2mpj_tools import s2mpj_load
1616

1717
# Set the timeout (seconds) for each problem to be loaded

0 commit comments

Comments
 (0)