We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a57052 commit dc3f001Copy full SHA for dc3f001
.github/workflows/CI.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
SELENIUM_MANAGER_EXE=$(python -c 'from selenium.webdriver.common.selenium_manager import SeleniumManager; sm=SeleniumManager(); print(f"{str(sm.get_binary())}")')
50
echo "$SELENIUM_MANAGER_EXE"
51
- WEBDRIVERPATH=$($SELENIUM_MANAGER_EXE --browser chrome --debug | awk '/INFO[[:space:]]Driver path:/ {print $NF;exit}')
+ source WEBDRIVERPATH=$($SELENIUM_MANAGER_EXE --browser chrome --debug | awk '/INFO[[:space:]]Driver path:/ {print $NF;exit}')
52
echo "$WEBDRIVERPATH"
53
- name: Generate stub file for ${{ matrix.python-version }}
54
if: matrix.python-version != 'pypy-3.7'
0 commit comments