Skip to content

Commit

Permalink
fix: set minimum allowable version of sqlite when performing a conda …
Browse files Browse the repository at this point in the history
…install (#780)

Fix: sets minimum allowable version of `sqlite` when performing a `conda` install. Conda installs were killing the install of packages in the presubmit `conda_test-3.12` test.

See this [check for context](https://source.cloud.google.com/results/invocations/beabfa58-9228-40fb-a60b-48df1944b159).
  • Loading branch information
chalmerlowe committed Jun 7, 2024
1 parent 33dac71 commit 8a03d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ def conda_test(session):
"pydata-google-auth",
"tqdm",
"protobuf",
"sqlite>3.31.1", # v3.31.1 caused test failures
]

install_conda_unittest_dependencies(session, standard_deps, conda_forge_packages)
Expand Down

0 comments on commit 8a03d44

Please sign in to comment.