Activate venv

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

View file

@ -32,6 +32,7 @@ jobs:
run: |
pip install uv
uv venv
source .venv/bin/activate
uv pip install -e '.[test]'
uv pip freeze
- name: Run tests