Skip to content

Commit b0e6b49

Browse files
committed
Install only memory and zmq extras for testing job
1 parent c0310d4 commit b0e6b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: "3.9"
2424
cache: "poetry"
2525
- name: Install deps
26-
run: poetry install --all-extras
26+
run: poetry install --extras "memory zmq"
2727
- name: Run lint check
2828
run: poetry run pre-commit run -a ${{ matrix.cmd }}
2929
pytest:
@@ -46,7 +46,7 @@ jobs:
4646
python-version: "${{ matrix.py_version }}"
4747
cache: "poetry"
4848
- name: Install deps
49-
run: poetry install --all-extras
49+
run: poetry install --extras "memory zmq"
5050
- name: Run pytest check
5151
run: poetry run pytest -vv -n auto --cov="taskiq" .
5252
- name: Generate report

0 commit comments

Comments
 (0)