Skip to content

Commit 066f34b

Browse files
committed
Fix orca test paths
1 parent f86c1dd commit 066f34b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ jobs:
220220
command: |
221221
. /home/circleci/miniconda/etc/profile.d/conda.sh
222222
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
225225
226226
- store_artifacts:
227227
path: plotly/tests/test_orca/images/linux/failed
@@ -250,8 +250,8 @@ jobs:
250250
command: |
251251
. /home/circleci/miniconda/etc/profile.d/conda.sh
252252
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
255255
256256
- store_artifacts:
257257
path: plotly/tests/test_orca/images/linux/failed
@@ -280,8 +280,8 @@ jobs:
280280
command: |
281281
. /home/circleci/miniconda/etc/profile.d/conda.sh
282282
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
285285
286286
- store_artifacts:
287287
path: plotly/tests/test_orca/images/linux/failed

0 commit comments

Comments
 (0)