We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0310d4 commit b0e6b49Copy full SHA for b0e6b49
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: "3.9"
24
cache: "poetry"
25
- name: Install deps
26
- run: poetry install --all-extras
+ run: poetry install --extras "memory zmq"
27
- name: Run lint check
28
run: poetry run pre-commit run -a ${{ matrix.cmd }}
29
pytest:
@@ -46,7 +46,7 @@ jobs:
46
python-version: "${{ matrix.py_version }}"
47
48
49
50
- name: Run pytest check
51
run: poetry run pytest -vv -n auto --cov="taskiq" .
52
- name: Generate report
0 commit comments