Skip to content

Commit 6959b4a

Browse files
committed
use SQLite version installed in "ubuntu-latest"
https://packages.ubuntu.com/focal/sqlite3 3.31.1
1 parent d4b6305 commit 6959b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ commands=
4444
[apsw]
4545
# Ubuntu 20.04 has SQLite 3.31.1
4646
commands=
47-
pip install https://github.com/rogerbinns/apsw/releases/download/3.38.1-r1/apsw-3.38.1-r1.zip --global-option=build --global-option=--enable-all-extensions
47+
pip install https://github.com/rogerbinns/apsw/releases/download/3.31.1-r1/apsw-3.31.1-r1.zip --global-option=build --global-option=--enable-all-extensions
4848
py.test -svrx
4949

5050
[apswa]

0 commit comments

Comments
 (0)