ci(clients): install Python dev dependencies for pytest-asyncio
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled

This commit is contained in:
2026-05-14 23:41:19 +03:00
parent 359f945170
commit d11e99ab5a
+1 -2
View File
@@ -80,8 +80,7 @@ jobs:
working-directory: clients/python
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -e .
pip install -e ".[dev]"
- name: Run Python unit tests
working-directory: clients/python