Skip to content

Commit 149a385

Browse files
committed
chore(ci): add pysqlite3-binary installation step
1 parent e1bf36a commit 149a385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28+
pip install pysqlite3-binary
2829
pip install -e .
2930
pip install -r requirements-dev.txt
3031

0 commit comments

Comments
 (0)