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 2fec188 commit de1a6e8Copy full SHA for de1a6e8
.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 pyautogui
+ python -m pip install --upgrade pip wheel setuptools pyautogui pipdeptree
35
pip install -r requirements.txt
36
- name: Install SeleniumBase
37
@@ -52,6 +52,9 @@ jobs:
52
- name: Install chromium-browser
53
54
sudo apt-get install chromium-browser
55
+ - name: List dependencies
56
+ run: |
57
+ pipdeptree
58
- name: Get CPU count
59
60
echo "import os; print(os.cpu_count())" > get_cpu_count.py
0 commit comments