File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments