Upgrade pip in GitHub Actions runs

This commit is contained in:
Simon Willison 2020-08-11 16:12:05 -07:00
commit adfe304281
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .[test]
- name: Run tests
run: pytest