We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9ef68 commit a61f0f7Copy full SHA for a61f0f7
.github/workflows/python-app.yml
@@ -28,7 +28,9 @@ jobs:
28
cd config_template
29
30
- 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
+ run: |
32
+ source activate test_neat
33
+ python -m neat --log-level DEBUG read-simulator -c config_test1.yml -o ../outputs/test1_read-simulator
34
35
- name: Run NEAT Simulation for config_test2
36
run: python -m neat --log-level DEBUG read-simulator -c config_test2.yml -o ../outputs/test2_read-simulator
0 commit comments