Skip to content

Commit

Permalink
Don't require 4 core runners in CI for Elmer
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosavola committed Oct 17, 2023
1 parent da5dbee commit 3d990ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gplugins/elmer/tests/test_elmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_elmer_capacitance_simulation_runs(geometry) -> None:
)


@pytest.mark.parametrize("n_processes", [(1), (2), (4)])
@pytest.mark.parametrize("n_processes", [(1), (2)])
def test_elmer_capacitance_simulation_n_processes(geometry, n_processes):
c = geometry
run_capacitive_simulation_elmer(
Expand Down

0 comments on commit 3d990ad

Please sign in to comment.