Skip to content

Commit de1a6e8

Browse files
committed
Update GitHub Actions
1 parent 2fec188 commit de1a6e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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 pyautogui
34+
python -m pip install --upgrade pip wheel setuptools pyautogui pipdeptree
3535
pip install -r requirements.txt
3636
- name: Install SeleniumBase
3737
run: |
@@ -52,6 +52,9 @@ jobs:
5252
- name: Install chromium-browser
5353
run: |
5454
sudo apt-get install chromium-browser
55+
- name: List dependencies
56+
run: |
57+
pipdeptree
5558
- name: Get CPU count
5659
run: |
5760
echo "import os; print(os.cpu_count())" > get_cpu_count.py

0 commit comments

Comments
 (0)