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

View file

@ -30,8 +30,9 @@ jobs:
(cd tests && gcc ext.c -fPIC -shared -o ext.so)
- name: Install dependencies
run: |
pip install -e '.[test]'
pip freeze
pip install uv
uv pip install -e '.[test]'
uv pip freeze
- name: Run tests
run: |
pytest -n auto -m "not serial"