Skip to content

Commit 83d08d1

Browse files
committed
Update GitHub Actions
1 parent 91a18f2 commit 83d08d1

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

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

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

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

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

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

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

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Install SeleniumBase
3535
run: |
3636
pip install .
37-
pip install setuptools==70.2.0
3837
- name: Lint with flake8
3938
run: |
4039
pip install flake8

0 commit comments

Comments
 (0)