File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
steps :
8
8
- uses : actions/checkout@v4
9
9
- uses : actions/setup-python@v1 # Would be nice to bump this? Regressions.
10
- - name : Install Dependencies
11
- run : sudo apt-get update && sudo apt-get install chromium-browser xvfb
10
+ - name : Install Dependencies- Other
11
+ run : sudo apt-get update && sudo apt-get install xvfb curl wget jq unzip
12
12
timeout-minutes : 4 # because sometimes it dies
13
13
# - uses: ./.github/actions/ # it would be nice but it doesn't support timeout-minutes
14
+ - name : Install Dependencies- Chrome
15
+ run : wget $(curl -s https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json | jq -r '.versions.[-1].downloads.chrome.[] | select(.platform == "linux64").url') && unzip chrome* && export BROWSER_PATH="$(realpath chrome-linux64)/chrome"
14
16
- name : Install choreographer
15
17
run : pip install .[dev]
16
18
- name : DTDoctor
You can’t perform that action at this time.
0 commit comments