Skip to content

Commit

Permalink
Make pytest use one process for CI (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 authored Jan 15, 2024
1 parent e764f63 commit db569fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,13 @@ jobs:
shell: Rscript {0}

- name: Run test suite using pytest
# FIXME: Use --numprocesses=auto once flaky tests are fixed
run: |
pytest ixmp \
-m "not performance" \
--color=yes -rA --verbose \
--cov-report=xml \
--numprocesses=auto
--numprocesses=1
shell: bash

- name: Upload test coverage to Codecov.io
Expand Down

0 comments on commit db569fc

Please sign in to comment.