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 - name: Install dependencies
run: | run: |
pip install uv pip install uv
uv venv
uv pip install -e '.[test]' uv pip install -e '.[test]'
uv pip freeze uv pip freeze
- name: Run tests - name: Run tests