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.
1 parent e1fccf9 commit 068c9f9Copy full SHA for 068c9f9
.circleci/config.yml
@@ -370,6 +370,7 @@ jobs:
370
. venv/bin/activate && rm -rf dash_core_components && ls -la
371
set -eo pipefail
372
pip install dash-package/dash-package.tar.gz[dev,testing]
373
+ pip uninstall orjson -y
374
pip list | grep dash | xargs pip show
375
echo $(python -V 2>&1) | grep 3.
376
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
0 commit comments