This commit is contained in:
Nick Sweeting 2020-08-14 00:35:43 -04:00
parent abfce2a210
commit d89a50e2fb

View file

@ -67,7 +67,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-${{ matrix.python }}-venv- ${{ runner.os }}-${{ matrix.python }}-venv-
- name: Install pip dependencies - name: Install pip dependencies
run: | run: |
python -m pip install . python -m pip install .
python -m pip install pytest bottle python -m pip install pytest bottle