File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434 pip list
3535
3636 cd apis/python
37+ export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
3738 pytest -n logical --durations=0
3839 # TODO: fix editable on linux
3940 #pip uninstall -y tiledb.vector_search
4041 #pip install -e .
4142 #pytest
4243 pip install -r test/ipynb/requirements.txt
43- export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
4444 pytest -n logical --durations=0 --nbmake test/ipynb
4545 env :
4646 TILEDB_CLOUD_HELPER_VAR : ${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
@@ -87,13 +87,13 @@ jobs:
8787 pip list
8888
8989 cd apis/python
90+ export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
9091 pytest -n logical --durations=0
9192 # TODO: fix editable on linux
9293 #pip uninstall -y tiledb.vector_search
9394 #pip install -e .
9495 #pytest
9596 pip install -r test/ipynb/requirements.txt numpy==1.25.0
96- export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
9797 pytest -n logical --durations=0 --nbmake test/ipynb
9898 env :
9999 TILEDB_CLOUD_HELPER_VAR : ${{ secrets.TILEDB_CLOUD_HELPER_VAR }}
You can’t perform that action at this time.
0 commit comments