Skip to content

Commit ff4a2b2

Browse files
committed
Fix dev_build paths
1 parent 84b1d2a commit ff4a2b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,14 @@ jobs:
307307
- run:
308308
name: Test with tox
309309
command: |
310+
cd plotly-package
310311
locale
311312
tox -e py37-core -- -a '!nodev'
312313
no_output_timeout: 20m
313314
- run:
314315
name: Commit
315316
command: |
317+
cd plotly-package
316318
sudo mkdir /dist
317319
git config --global user.email "[email protected]"
318320
git config --global user.name "Your Name"
@@ -335,7 +337,7 @@ jobs:
335337
sudo cp ./plotlywidget* /dist
336338
when: always
337339
- store_artifacts:
338-
path: /dist
340+
path: plotly-package/dist
339341

340342
workflows:
341343
version: 2

0 commit comments

Comments
 (0)