@@ -220,8 +220,8 @@ jobs:
220
220
command : |
221
221
. /home/circleci/miniconda/etc/profile.d/conda.sh
222
222
conda activate circle_optional
223
- pytest --disable-warnings plotly/tests/test_core
224
- pytest plotly/tests/test_orca
223
+ pytest --disable-warnings plotly-package/plotly /tests/test_core
224
+ pytest plotly-package/plotly /tests/test_orca
225
225
226
226
- store_artifacts :
227
227
path : plotly/tests/test_orca/images/linux/failed
@@ -250,8 +250,8 @@ jobs:
250
250
command : |
251
251
. /home/circleci/miniconda/etc/profile.d/conda.sh
252
252
conda activate circle_optional
253
- pytest --disable-warnings plotly/tests/test_core
254
- pytest plotly/tests/test_orca
253
+ pytest --disable-warnings plotly-package/plotly /tests/test_core
254
+ pytest plotly-package/plotly /tests/test_orca
255
255
256
256
- store_artifacts :
257
257
path : plotly/tests/test_orca/images/linux/failed
@@ -280,8 +280,8 @@ jobs:
280
280
command : |
281
281
. /home/circleci/miniconda/etc/profile.d/conda.sh
282
282
conda activate circle_optional
283
- pytest --disable-warnings plotly/tests/test_core
284
- pytest plotly/tests/test_orca
283
+ pytest --disable-warnings plotly-package/plotly /tests/test_core
284
+ pytest plotly-package/plotly /tests/test_orca
285
285
286
286
- store_artifacts :
287
287
path : plotly/tests/test_orca/images/linux/failed
0 commit comments