This commit is contained in:
Simon Willison 2024-02-15 21:15:32 -08:00 committed by GitHub
commit 308a15221b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: |
pip install uv
uv venv
uv pip install -e '.[test]'
uv pip freeze
- name: Run tests