Skip to content

Commit c4c6d4d

Browse files
authored
Merge pull request #150 from plotly/rc1-rebuild
Rc1 rebuild
2 parents a9c6c5c + 9aa54dd commit c4c6d4d

File tree

3 files changed

+813
-812
lines changed

3 files changed

+813
-812
lines changed

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
browser-tools: circleci/[email protected]
55

66
jobs:
7-
test:
7+
test: &test
88
docker:
99
- image: cimg/python:3.9.9-node
1010
auth:
@@ -35,6 +35,15 @@ jobs:
3535
command: |
3636
. venv/bin/activate
3737
pytest --headless
38+
test-react-18:
39+
<<: *test
40+
docker:
41+
- image: cimg/python:3.9.9-node
42+
auth:
43+
username: dashautomation
44+
password: $DASH_PAT_DOCKERHUB
45+
environment:
46+
REACT_VERSION: "18.2.0"
3847

3948
workflows:
4049
run-tests:

0 commit comments

Comments
 (0)