We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06808bf commit 6018f62Copy full SHA for 6018f62
.github/workflows/python-package-linux_arm64.yml
@@ -31,7 +31,7 @@ jobs:
31
python-version: ${{ matrix.python-version }}
32
- name: Install dependencies
33
run: |
34
- python -m pip install --upgrade pip wheel setuptools
+ python -m pip install --upgrade pip wheel setuptools pyautogui
35
pip install -r requirements.txt
36
- name: Install SeleniumBase
37
@@ -49,9 +49,6 @@ jobs:
49
50
seleniumbase
51
sbase
52
- - name: Install chromium-browser
53
- run: |
54
- sudo apt-get install chromium-browser
55
- name: Get CPU count
56
57
echo "import os; print(os.cpu_count())" > get_cpu_count.py
0 commit comments