Skip to content

Commit

Permalink
adding pytest xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
davidovichmarcos committed Aug 16, 2024
1 parent 8802e4e commit 47a9eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Use the kernel
run: python -m ipykernel install --user --name=venv
- name: Run unit tests
run: pytest nb-tests/test_notebooks.py -s
run: pytest -n auto nb-tests/test_notebooks.py -s
env:
ER_USERNAME: ${{ secrets.ER_USERNAME }}
ER_PASSWORD: ${{ secrets.ER_PASSWORD }}
Expand Down
3 changes: 2 additions & 1 deletion requirements-notebooks-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ papermill
folium
branca
.[all]
ipykernel
ipykernel
pytest-xdist

0 comments on commit 47a9eb5

Please sign in to comment.