mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade pip in GitHub Actions runs
This commit is contained in:
parent
6a126fa25f
commit
adfe304281
2 changed files with 2 additions and 0 deletions
1
.github/workflows/deploy-latest.yml
vendored
1
.github/workflows/deploy-latest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue