File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: CI Builds
33on :
44 push :
55 pull_request :
6+ types : [opened, reopened]
67
78jobs :
89 plotlyjs-dev-build :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: CI Formatting
33on :
44 push :
55 pull_request :
6+ types : [opened, reopened]
67
78jobs :
89 check-code-formatting :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: CI Percy
33on :
44 push :
55 pull_request :
6+ types : [opened, reopened]
67 workflow_dispatch :
78
89jobs :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: CI Tests
33on :
44 push :
55 pull_request :
6+ types : [opened, reopened]
67
78jobs :
89 test-core :
1819 uses : actions/setup-python@v5
1920 with :
2021 python-version : ${{ matrix.python-version }}
21- - name : Set up Chrome
22- uses : browser-actions/setup-chrome@v2.1.1
23- with :
24- install-chromedriver : true
2522 - name : Install dependencies
2623 run : |
2724 curl -LsSf https://astral.sh/uv/install.sh | sh
5653 uses : browser-actions/setup-chrome@v2.1.1
5754 with :
5855 install-chromedriver : true
56+ - name : Check whether we can access Chrome from Python
57+ run : |
58+ python -c "import webbrowser; webbrowser.get()"
5959 - name : Install dependencies
6060 run : |
6161 curl -LsSf https://astral.sh/uv/install.sh | sh
You can’t perform that action at this time.
0 commit comments