-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add update to apt-get for sqlite CI machine install #8924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add update to apt-get for sqlite CI machine install #8924
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8924 +/- ##
=======================================
Coverage 58.16% 58.16%
=======================================
Files 529 529
Lines 27634 27634
Branches 4162 4162
=======================================
Hits 16073 16073
Misses 10671 10671
Partials 890 890 Continue to review full report at Codecov.
|
Context. On CI Linux machines our "Setup python to run with sqlite on 3.*" step has started failing recently. The first part of that step is to run the following: A week or so ago on a working build:
Last night the same step on a failing build:
Noting the comment on the end of the failure (and seeing that many azure apt-get steps listed online start out with an apt-get update. I've added an apt-get update before the install line. |
Smoke Linux passes on my test build: The Install step now looks like this:
|
For #8883
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)