mirror of https://github.com/huashengdun/webssh
pip install pytest -r requirements.txt
parent
8bfbb250a9
commit
53a3559125
|
@ -25,5 +25,5 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
# - run: pip install --upgrade pip setuptools wheel
|
||||
- run: pip install pytest # cov pytest-cov
|
||||
- run: pip install pytest -r requirements.txt # cov pytest-cov
|
||||
- run: pytest # --cov=webssh
|
||||
|
|
Loading…
Reference in New Issue