Skip to content

Commit

Permalink
revert parallelism in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Sep 20, 2024
1 parent 59755b5 commit 85a8a8f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ jobs:
frozen: true

- name: Run tests
shell: bash {0}
run: |
if [[ "${{ matrix.environment }}" = "ci-py311-transformers" ]]; then
pixi run -e ${{ matrix.environment }} test
else
pixi run -e ${{ matrix.environment }} test -n 3
fi
run: pixi run -e ${{ matrix.environment }} test -n auto

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 85a8a8f

Please sign in to comment.