Skip to content

Commit 1b84638

Browse files
chore: finalize modular CI migration and infrastructure sync
1 parent 008a96d commit 1b84638

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
with:
2323
python-version: "${{ matrix.python-version }}"
2424
- name: Install example requirements
25-
run: pip install -r examples/requirements.txt
25+
run: pip install -e ".[test,examples]"
2626
- name: Run CI tests
27-
run: bash test.sh
28-
shell: bash
27+
run: pytest -n auto tests/

0 commit comments

Comments
 (0)