Skip to content

Commit bb38bd9

Browse files
add update to apt-get for sqlite CI machine install (#8924)
1 parent 8ab93d7 commit bb38bd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/ci/templates/steps/initialization.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ steps:
4141
#
4242
# This task will only run if variable `NeedsPythonFunctionalReqs` is true.
4343
- bash: |
44+
sudo apt-get update
4445
sudo apt-get install libsqlite3-dev
4546
version=$(python -V 2>&1 | grep -Po '(?<=Python )(.+)')
4647
wget https://www.python.org/ftp/python/$version/Python-$version.tar.xz

news/3 Code Health/8883.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix installation of sqlite on CI linux machines.

0 commit comments

Comments
 (0)