Skip to content

Commit 2fec188

Browse files
committed
Update GitHub Actions
1 parent 6018f62 commit 2fec188

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package-linux_arm64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
run: |
5050
seleniumbase
5151
sbase
52+
- name: Install chromium-browser
53+
run: |
54+
sudo apt-get install chromium-browser
5255
- name: Get CPU count
5356
run: |
5457
echo "import os; print(os.cpu_count())" > get_cpu_count.py

0 commit comments

Comments
 (0)