File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
34
34
pip list
35
35
36
36
cd apis/python
37
+ export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
37
38
pytest -n logical --durations=0
38
39
# TODO: fix editable on linux
39
40
#pip uninstall -y tiledb.vector_search
40
41
#pip install -e .
41
42
#pytest
42
43
pip install -r test/ipynb/requirements.txt
43
- export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
44
44
pytest -n logical --durations=0 --nbmake test/ipynb
45
45
env :
46
46
TILEDB_CLOUD_HELPER_VAR : ${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
@@ -87,13 +87,13 @@ jobs:
87
87
pip list
88
88
89
89
cd apis/python
90
+ export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
90
91
pytest -n logical --durations=0
91
92
# TODO: fix editable on linux
92
93
#pip uninstall -y tiledb.vector_search
93
94
#pip install -e .
94
95
#pytest
95
96
pip install -r test/ipynb/requirements.txt numpy==1.25.0
96
- export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
97
97
pytest -n logical --durations=0 --nbmake test/ipynb
98
98
env :
99
99
TILEDB_CLOUD_HELPER_VAR : ${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
You can’t perform that action at this time.
0 commit comments