Skip to content

Commit eafda64

Browse files
authored
Fix missing token CI test failures (#575)
1 parent 55728a0 commit eafda64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-python.yml

+2-2
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)