Update CI - install dependencies explicitly before package
This commit is contained in:
@@ -12,4 +12,10 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- run: pip install pytest && pip install -e . && pytest tests/ -v
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
pip install pytest pytest-asyncio
|
||||||
|
pip install click cryptography pygments rich zeroconf
|
||||||
|
pip install -e .
|
||||||
|
- name: Run tests
|
||||||
|
run: pytest tests/ -v
|
||||||
Reference in New Issue
Block a user