1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00

install pytest and bottle manually

This commit is contained in:
Nick Sweeting 2020-07-28 07:25:36 -04:00
parent 3c7966c13a
commit 5e56c0f14e

View file

@ -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: |