Skip to content

Commit

Permalink
remove pytest-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 15, 2024
1 parent 26301fd commit 65928bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
python tools/mamba_export_pip.py ${{ steps.output.outputs.filename }} pip_requirements.txt > mamba_packages.yml
mv mamba_packages.yml ${{ steps.output.outputs.filename }}
cat ${{ steps.output.outputs.filename }}
- run: pip install pytest pytest-xdist
- run: pytest -n auto tests/test_import.py
- run: pip install pytest
- run: pytest tests/test_import.py
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: ${{ steps.output.outputs.filename }}
Expand Down

0 comments on commit 65928bb

Please sign in to comment.