Skip to content

Commit

Permalink
Merge pull request #150 from plotly/rc1-rebuild
Browse files Browse the repository at this point in the history
Rc1 rebuild
  • Loading branch information
alexcjohnson authored Apr 24, 2023
2 parents a9c6c5c + 9aa54dd commit c4c6d4d
Show file tree
Hide file tree
Showing 3 changed files with 813 additions and 812 deletions.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
browser-tools: circleci/[email protected]

jobs:
test:
test: &test
docker:
- image: cimg/python:3.9.9-node
auth:
Expand Down Expand Up @@ -35,6 +35,15 @@ jobs:
command: |
. venv/bin/activate
pytest --headless
test-react-18:
<<: *test
docker:
- image: cimg/python:3.9.9-node
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
REACT_VERSION: "18.2.0"

workflows:
run-tests:
Expand Down
Loading

0 comments on commit c4c6d4d

Please sign in to comment.