mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Output pip freeze to show installed packages, refs #1609
This commit is contained in:
parent
ffca55dfd7
commit
d194db4204
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e '.[test]'
|
||||
pip freeze
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest -n auto -m "not serial"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue