Update GitHub Actions

This commit is contained in:
Michael Mintz 2024-07-19 15:36:52 -04:00
parent 91a18f2d3b
commit 83d08d14b3
4 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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