Output pip freeze to show installed packages, refs #1609

0.60.x
Simon Willison 2022-01-20 18:01:47 -08:00
rodzic 6b459c8732
commit 265c62344a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install -e '.[test]' pip install -e '.[test]'
pip freeze
- name: Run tests - name: Run tests
run: | run: |
pytest -n auto -m "not serial" pytest -n auto -m "not serial"