Added multiline run command

This commit is contained in:
Josh Miklos
2020-06-22 17:24:23 -07:00
parent 2c24512a5e
commit a52c7ff7f2
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m ensurepip --user
run: |
python -m ensurepip --user
python -m pip install --upgrade pip --user
python -m pip install .[dev]
- name: Test with tox