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 c4b29d1 commit adf0c7eCopy full SHA for adf0c7e
.circleci/config.yml
@@ -367,9 +367,9 @@ jobs:
367
name: 🧪 Run Integration Tests
368
command: |
369
. venv/bin/activate && rm -rf dash_core_components && ls -la
370
+ pip install --upgrade pip wheel
371
set -eo pipefail
372
pip install dash-package/dash-package.tar.gz[dev,testing]
- pip uninstall orjson -y
373
pip list | grep dash | xargs pip show
374
echo $(python -V 2>&1) | grep 3.
375
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
0 commit comments