Skip to content

Commit

Permalink
On macOS with Python 3.10 test with sqlean.py, refs #559
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 25, 2023
1 parent 802b970 commit eee72b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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: |-
Expand Down

0 comments on commit eee72b7

Please sign in to comment.