Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
extras: "test,reversion"
- python-version: "3.x"
django-version: "5.2"
extras: "test,graphiz"
extras: "test,graphviz,dramatiq"
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
Expand All @@ -65,3 +65,5 @@ jobs:
- run: python -m pip install -e .[${{ matrix.extras }}]
- run: python -m pytest
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion docs/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the PyPi package…

.. code:: shell

python3 -m pip install "joeflow[reversion,dramatiq,celery]"
python3 -m pip install "joeflow[reversion,dramatiq,celery,graphviz]"

…and add ``joeflow`` to the ``INSTALLED_APP`` setting. You will also need to have
celery setup.
Expand Down