install pytest and bottle manually
This commit is contained in:
parent
3c7966c13a
commit
5e56c0f14e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -62,7 +62,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m venv .venv
|
||||
./.venv/bin/python -m pip install -e '.[dev]'
|
||||
./.venv/bin/python -m pip install .
|
||||
./.venv/bin/python -m pip install pytest bottle
|
||||
|
||||
- name: Test built package with pytest
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue