Skip to content

Commit

Permalink
Remove xdist thing from pythonpackage.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Jul 25, 2024
1 parent ef655a9 commit 1a07466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies for 3.12 # https://github.com/Textualize/textual/issues/3491#issuecomment-1854156476
run: poetry install --no-interaction
if: ${{ matrix.python-version == '3.12' }}
- name: Test with pytest (xdist)
- name: Test with pytest
run: |
poetry run pytest tests -v --cov=./src/textual --cov-report=xml:./coverage.xml --cov-report term-missing
if: ${{ matrix.python-version != '3.12' }}
Expand Down

0 comments on commit 1a07466

Please sign in to comment.