Skip to content

Commit 66a1854

Browse files
author
RobinsonBeaucour
committed
fix problem with extra cli
1 parent e98f760 commit 66a1854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: uv run --group dev pytest -m "not cli"
2020

2121
- name: Run CLI tests
22-
run: uv run --group dev --group cli pytest -m cli
22+
run: uv run --group dev --extra cli pytest -m cli
2323

2424
- name: Test notebooks
2525
run: uv run --group dev --group notebook pytest --nbmake ./notebooks/

0 commit comments

Comments
 (0)