On macOS with Python 3.10 test with sqlean.py, refs #559

This commit is contained in:
Simon Willison 2023-06-25 14:08:00 -07:00
commit eee72b7be7

View file

@ -35,6 +35,9 @@ jobs:
- name: Install SpatiaLite
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libsqlite3-mod-spatialite
- name: On macOS with Python 3.10 test with sqlean.py
if: matrix.os == 'macos-latest' && matrix.python-version == '3.10'
run: pip install sqlean.py
- name: Build extension for --load-extension test
if: matrix.os == 'ubuntu-latest'
run: |-