File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest, macos-latest, windows-latest]
1616 include :
1717 - os : ubuntu-latest
18- pysqlite3_sqlite_3_37 : true
18+ python-version : " 3.10"
19+ numpy : 0
20+ pysqlite3_sqlite_3_37 : 1
1921 steps :
2022 - uses : actions/checkout@v2
2123 - name : Set up Python ${{ matrix.python-version }}
3638 if : matrix.numpy == 1
3739 run : pip install numpy
3840 - name : Optionall install pysqlite3 with SQLite 3.37
39- if : matrix.pysqlite3_sqlite_3_37
41+ if : matrix.pysqlite3_sqlite_3_37 == 1
4042 run : |-
4143 cd /tmp
4244 mkdir sqlite-3.37
4648 git clone https://github.com/coleifer/pysqlite3/
4749 cp sqlite-amalgamation-3370000/sqlite3.[ch] pysqlite3
4850 cd pysqlite3
51+ pip install wheel
4952 python setup.py build_static build bdist_wheel
5053 pip install /tmp/sqlite-3.37/pysqlite3/dist/*.whl
5154 - name : Run tests
You can’t perform that action at this time.
0 commit comments