Skip to content

Commit 6556dcf

Browse files
committed
docs.yaml should install deps from test-datastax-requirements.txt
1 parent 36f6da7 commit 6556dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sections:
1313
directory: docs
1414
virtualenv_init: |
1515
set -x
16-
CASS_DRIVER_NO_CYTHON=1 pip install -r test-requirements.txt
16+
CASS_DRIVER_NO_CYTHON=1 pip install -r test-datastax-requirements.txt
1717
# for newer versions this is redundant, but in older versions we need to
1818
# install, e.g., the cassandra driver, and those versions don't specify
1919
# the cassandra driver version in requirements files

0 commit comments

Comments
 (0)