Skip to content

Commit adf0c7e

Browse files
committed
one more pip upgrade - and try to bring back orjson - in dcc tests
1 parent c4b29d1 commit adf0c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ jobs:
367367
name: 🧪 Run Integration Tests
368368
command: |
369369
. venv/bin/activate && rm -rf dash_core_components && ls -la
370+
pip install --upgrade pip wheel
370371
set -eo pipefail
371372
pip install dash-package/dash-package.tar.gz[dev,testing]
372-
pip uninstall orjson -y
373373
pip list | grep dash | xargs pip show
374374
echo $(python -V 2>&1) | grep 3.
375375
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)

0 commit comments

Comments
 (0)