Skip to content

Commit 05721dc

Browse files
committed
add pandoc (and retry parallel)
1 parent c1b69d4 commit 05721dc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,15 @@ jobs:
6363
uv pip install jupyter nbconvert nbformat ipykernel pytest pytest-cov pytest-timeout codecov
6464
python -m ipykernel install --user --name "python3"
6565
66+
- name: Install system dependencies
67+
run: |
68+
sudo apt-get update
69+
sudo apt-get install -y pandoc
70+
6671
- name: Run Tests
6772
run: |
6873
source .venv/bin/activate
69-
pytest -s -v --cov=./ --cov-report=xml --cov=aurora tests
74+
pytest -s -v --cov=./ --cov-report=xml --cov=aurora -n auto tests
7075
7176
- name: "Upload coverage reports to Codecov"
7277
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)