Update CI - install dependencies explicitly before package
Some checks failed
CI / test (push) Failing after 13s
Some checks failed
CI / test (push) Failing after 13s
This commit is contained in:
@@ -12,4 +12,10 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
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