Skip to content

Commit

Permalink
Revert temporary fix from #510
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Sep 12, 2024
1 parent f1bfbb6 commit 2471f25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,12 @@ 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=1
--numprocesses=auto --dist=loadgroup
shell: bash

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

0 comments on commit 2471f25

Please sign in to comment.