Skip to content

Commit 7a8a6e1

Browse files
committed
removes temp edit to allows testing in CI system
1 parent 9afe16f commit 7a8a6e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def default(session, install_extras=True):
112112
if install_extras and session.python == UNIT_TEST_PYTHON_VERSIONS[0]:
113113
install_target = ".[bqstorage,pandas,ipywidgets,geopandas,matplotlib,tqdm,opentelemetry,bigquery_v2]"
114114
elif install_extras: # run against all other UNIT_TEST_PYTHON_VERSIONS
115+
install_target = ".[all]"
115116
else:
116117
install_target = "."
117118
session.install("-e", install_target, "-c", constraints_path)

0 commit comments

Comments
 (0)