Skip to content

Commit

Permalink
Added source activate test_neat.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav committed May 16, 2024
1 parent 2b9ef68 commit a61f0f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
cd config_template
- name: Run NEAT Simulation for config_test1
run: python -m neat --log-level DEBUG read-simulator -c config_test1.yml -o ../outputs/test1_read-simulator
run: |
source activate test_neat
python -m neat --log-level DEBUG read-simulator -c config_test1.yml -o ../outputs/test1_read-simulator
- name: Run NEAT Simulation for config_test2
run: python -m neat --log-level DEBUG read-simulator -c config_test2.yml -o ../outputs/test2_read-simulator
Expand Down

0 comments on commit a61f0f7

Please sign in to comment.