Skip to content

Commit 2ea908d

Browse files
committed
Updated paths again.
1 parent be3feff commit 2ea908d

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

.github/workflows/python-app.yml

+25-9
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,46 @@ jobs:
3737
python -m neat --log-level DEBUG read-simulator -c config_template/config_test2.yml -o ../outputs/test2_read-simulator
3838
3939
- name: Run NEAT Simulation for config_test3
40-
run: |
40+
run: |
4141
source activate test_neat
4242
python -m neat --log-level DEBUG read-simulator -c config_template/config_test3.yml -o ../outputs/test3_read-simulator
4343
4444
- 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
4648
4749
- 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
4953
5054
- 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
5258
5359
- 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
5563
5664
- 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
5868
5969
- 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
6173
6274
- 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
6478
6579
- 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

Comments
 (0)