Skip to content

Commit 49b3835

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install -r requirements.txt
3232
- name: Install SeleniumBase
3333
run: |
34-
python setup.py install
34+
pip install .
3535
- name: Check the console scripts interface
3636
run: |
3737
seleniumbase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install -r requirements.txt
3232
- name: Install SeleniumBase
3333
run: |
34-
python setup.py install
34+
pip install .
3535
- name: Check the console scripts interface
3636
run: |
3737
seleniumbase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install -r requirements.txt
3232
- name: Install SeleniumBase
3333
run: |
34-
python setup.py install
34+
pip install .
3535
- name: Check the console scripts interface
3636
run: |
3737
seleniumbase

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pip install -r requirements.txt
3434
- name: Install SeleniumBase
3535
run: |
36-
python setup.py install
36+
pip install .
3737
- name: Lint with flake8
3838
run: |
3939
pip install flake8

0 commit comments

Comments
 (0)