@@ -37,30 +37,46 @@ jobs:
37
37
python -m neat --log-level DEBUG read-simulator -c config_template/config_test2.yml -o ../outputs/test2_read-simulator
38
38
39
39
- name : Run NEAT Simulation for config_test3
40
- run : |
40
+ run : |
41
41
source activate test_neat
42
42
python -m neat --log-level DEBUG read-simulator -c config_template/config_test3.yml -o ../outputs/test3_read-simulator
43
43
44
44
- name : Run NEAT Simulation for config_test4
45
- run : python -m neat --log-level DEBUG read-simulator -c config_template/config_test4.yml -o ../outputs/test4_read-simulator
45
+ run : |
46
+ source activate test_neat
47
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test4.yml -o ../outputs/test4_read-simulator
46
48
47
49
- name : Run NEAT Simulation for config_test5
48
- run : python -m neat --log-level DEBUG read-simulator -c config_template/config_test5.yml -o ../outputs/test5_read-simulator
50
+ run : |
51
+ source activate test_neat
52
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test5.yml -o ../outputs/test5_read-simulator
49
53
50
54
- name : Run NEAT Simulation for config_test6
51
- run : python -m neat --log-level DEBUG read-simulator -c config_template/config_test6.yml -o ../outputs/test6_read-simulator
55
+ run : |
56
+ source activate test_neat
57
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test6.yml -o ../outputs/test6_read-simulator
52
58
53
59
- name : Run NEAT Simulation for config_test7
54
- run : python -m neat --log-level DEBUG read-simulator -c config_template/config_test7.yml -o ../outputs/test7_read-simulator
60
+ run : |
61
+ source activate test_neat
62
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test7.yml -o ../outputs/test7_read-simulator
55
63
56
64
- name : Run NEAT Simulation for config_test8
57
- run : python -m neat --log-level DEBUG read-simulator -c config_template/config_test8.yml -o ../outputs/test8_read-simulator
65
+ run : |
66
+ source activate test_neat
67
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test8.yml -o ../outputs/test8_read-simulator
58
68
59
69
- name : Run NEAT Simulation for config_test9
60
- run : python -m neat --log-level DEBUG read-simulator -c config_template/config_test9.yml -o ../outputs/test9_read-simulator
70
+ run : |
71
+ source activate test_neat
72
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test9.yml -o ../outputs/test9_read-simulator
61
73
62
74
- name : Run NEAT Simulation for config_test10
63
- run : python -m neat --log-level DEBUG read-simulator -c config_template/config_test10.yml -o ../outputs/test10_read-simulator
75
+ run : |
76
+ source activate test_neat
77
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test10.yml -o ../outputs/test10_read-simulator
64
78
65
79
- name : Run NEAT Simulation for config_test11
66
- run : python -m neat --log-level DEBUG read-simulator -c config_template/config_test11.yml -o ../outputs/test11_read-simulator
80
+ run : |
81
+ source activate test_neat
82
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test11.yml -o ../outputs/test11_read-simulator
0 commit comments