Skip to content

Commit 97d4906

Browse files
committed
DP-842 - install_sqlite3
1 parent 002f23b commit 97d4906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "VIRTUAL ENV:" $VIRTUAL_ENV
4545
# upgrade pip and setuptools so that b2 CLI can be properly installed
4646
pip install --upgrade pip setuptools
47-
pip install b2 pysqlite
47+
pip install b2 sqlite3
4848
4949
- name: Build the distribution
5050
run: |

0 commit comments

Comments
 (0)