Skip to content

Commit 97f4f6d

Browse files
committed
drop export PATH statement
inside the "Integration tests" command block, as it is now useless.
1 parent 63d3123 commit 97f4f6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
pip install --upgrade pip wheel
4343
git clone --depth 1 https://github.com/plotly/dash.git -b dev dash-main
4444
cd dash-main && pip install -e .[ci,dev,testing] --progress-bar off && cd ..
45-
export PATH=$PATH:/home/circleci/.local/bin/
4645
pytest --headless --nopercyfinalize --junitxml=test-reports/dashjl.xml --percy-assets=test/assets/ test/integration/
4746
- store_artifacts:
4847
path: test-reports

0 commit comments

Comments
 (0)