Skip to content

Commit 3eec424

Browse files
authored
Merge pull request #100 from Backblaze/DP-842
DP-842 - install_sqlite3
2 parents ca943a4 + a4461ee commit 3eec424

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
47+
pip install b2 pysqlite3
4848
4949
- name: Build the distribution
5050
run: |

0 commit comments

Comments
 (0)