Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Jul 19, 2024
1 parent 91a18f2 commit 83d08d1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-nightly-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Install SeleniumBase
run: |
pip install .
pip install setuptools==70.2.0
- name: Check the console scripts interface
run: |
seleniumbase
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-nightly-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Install SeleniumBase
run: |
pip install .
pip install setuptools==70.2.0
- name: Check the console scripts interface
run: |
seleniumbase
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-nightly-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Install SeleniumBase
run: |
pip install .
pip install setuptools==70.2.0
- name: Check the console scripts interface
run: |
seleniumbase
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Install SeleniumBase
run: |
pip install .
pip install setuptools==70.2.0
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 83d08d1

Please sign in to comment.