We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export PATH
1 parent 63d3123 commit 97f4f6dCopy full SHA for 97f4f6d
.circleci/config.yml
@@ -42,7 +42,6 @@ jobs:
42
pip install --upgrade pip wheel
43
git clone --depth 1 https://github.com/plotly/dash.git -b dev dash-main
44
cd dash-main && pip install -e .[ci,dev,testing] --progress-bar off && cd ..
45
- export PATH=$PATH:/home/circleci/.local/bin/
46
pytest --headless --nopercyfinalize --junitxml=test-reports/dashjl.xml --percy-assets=test/assets/ test/integration/
47
- store_artifacts:
48
path: test-reports
0 commit comments