Skip to content

Commit a61f0f7

Browse files
committed
Added source activate test_neat.
1 parent 2b9ef68 commit a61f0f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
cd config_template
2929
3030
- name: Run NEAT Simulation for config_test1
31-
run: python -m neat --log-level DEBUG read-simulator -c config_test1.yml -o ../outputs/test1_read-simulator
31+
run: |
32+
source activate test_neat
33+
python -m neat --log-level DEBUG read-simulator -c config_test1.yml -o ../outputs/test1_read-simulator
3234
3335
- name: Run NEAT Simulation for config_test2
3436
run: python -m neat --log-level DEBUG read-simulator -c config_test2.yml -o ../outputs/test2_read-simulator

0 commit comments

Comments
 (0)