Skip to content

Commit a423b54

Browse files
committed
Enable more tests and add graphviz extra to docs
1 parent 34f935d commit a423b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
extras: "test,reversion"
5555
- python-version: "3.x"
5656
django-version: "5.2"
57-
extras: "test,graphviz"
57+
extras: "test,graphviz,dramatiq"
5858
steps:
5959
- uses: actions/checkout@v5
6060
- uses: actions/setup-python@v6

docs/tutorial/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the PyPi package…
1212

1313
.. code:: shell
1414
15-
python3 -m pip install "joeflow[reversion,dramatiq,celery]"
15+
python3 -m pip install "joeflow[reversion,dramatiq,celery,graphviz]"
1616
1717
…and add ``joeflow`` to the ``INSTALLED_APP`` setting. You will also need to have
1818
celery setup.

0 commit comments

Comments
 (0)