Skip to content

Commit 068c9f9

Browse files
committed
Testing orjson removal
1 parent e1fccf9 commit 068c9f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ jobs:
370370
. venv/bin/activate && rm -rf dash_core_components && ls -la
371371
set -eo pipefail
372372
pip install dash-package/dash-package.tar.gz[dev,testing]
373+
pip uninstall orjson -y
373374
pip list | grep dash | xargs pip show
374375
echo $(python -V 2>&1) | grep 3.
375376
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)

0 commit comments

Comments
 (0)