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) (cd tests && gcc ext.c -fPIC -shared -o ext.so)
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install -e '.[test]' pip install uv
pip freeze uv pip install -e '.[test]'
uv pip freeze
- name: Run tests - name: Run tests
run: | run: |
pytest -n auto -m "not serial" pytest -n auto -m "not serial"