Skip to content

Commit 236da4b

Browse files
authored
ci: restore xdist on windows example tests (#69)
Should be ok now after MODFLOW-ORG/modflow-devtools#200
1 parent ff3ba84 commit 236da4b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,4 @@ jobs:
176176
- name: Run autotests
177177
working-directory: ./autotest
178178
shell: bash -l {0}
179-
run: |
180-
if [[ $RUNNER_OS == 'Windows' ]]; then
181-
uv run pytest -v test_mf6_examples.py
182-
else
183-
uv run pytest -v -n auto test_mf6_examples.py
184-
fi
179+
run: uv run pytest -v -n auto test_mf6_examples.py

0 commit comments

Comments
 (0)