Skip to content

Commit 6018f62

Browse files
committed
Update GitHub Actions
1 parent 06808bf commit 6018f62

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install dependencies
3333
run: |
34-
python -m pip install --upgrade pip wheel setuptools
34+
python -m pip install --upgrade pip wheel setuptools pyautogui
3535
pip install -r requirements.txt
3636
- name: Install SeleniumBase
3737
run: |
@@ -49,9 +49,6 @@ jobs:
4949
run: |
5050
seleniumbase
5151
sbase
52-
- name: Install chromium-browser
53-
run: |
54-
sudo apt-get install chromium-browser
5552
- name: Get CPU count
5653
run: |
5754
echo "import os; print(os.cpu_count())" > get_cpu_count.py

0 commit comments

Comments
 (0)