Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe authored Jun 7, 2024
1 parent ec086f4 commit b1b95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def conda_test(session):
"pydata-google-auth",
"tqdm",
"protobuf",
"sqlite>=3.31.1", # v3.31.1 caused test failures
"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 b1b95ab

Please sign in to comment.