Skip to content

Commit

Permalink
bump workers as instructed to by tests :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Aug 23, 2024
1 parent b6535dd commit fa1a682
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
run: |
cd vtmop; python test_vtmop.py --comms local --nworkers 5
cd ../deap; python test_deap_nsga2.py --comms local --nworkers 4
cd ../consensus; python test_persistent_independent.py --comms local --nworkers 4
python test_persistent_n_agent.py --comms local --nworkers 4
python test_persistent_pds.py --comms local --nworkers 4
python test_persistent_prox_slide.py --comms local --nworkers 4
cd ../consensus; python test_persistent_independent.py --comms local --nworkers 5
python test_persistent_n_agent.py --comms local --nworkers 5
python test_persistent_pds.py --comms local --nworkers 5
python test_persistent_prox_slide.py --comms local --nworkers 5
cd ../heffte_ytopt/ytopt_heffte/; python test_ytopt_heffte.py --comms local --nworkers 4
cd ../heffte; python test_heffte.py --comms local --nworkers 4
cd ../../ax-multitask; python test_persistent_gp_multitask_ax.py --comms local --nworkers 4

0 comments on commit fa1a682

Please sign in to comment.