Skip to content

Commit b82379d

Browse files
committed
Update GitHub Actions
1 parent 49b3835 commit b82379d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/python-nightly-mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install SeleniumBase
3333
run: |
3434
pip install .
35+
pip install setuptools==70.2.0
3536
- name: Check the console scripts interface
3637
run: |
3738
seleniumbase

.github/workflows/python-nightly-ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install SeleniumBase
3333
run: |
3434
pip install .
35+
pip install setuptools==70.2.0
3536
- name: Check the console scripts interface
3637
run: |
3738
seleniumbase

.github/workflows/python-nightly-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install SeleniumBase
3333
run: |
3434
pip install .
35+
pip install setuptools==70.2.0
3536
- name: Check the console scripts interface
3637
run: |
3738
seleniumbase

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install SeleniumBase
3535
run: |
3636
pip install .
37+
pip install setuptools==70.2.0
3738
- name: Lint with flake8
3839
run: |
3940
pip install flake8

0 commit comments

Comments
 (0)