Skip to content

Commit dc3f001

Browse files
committed
Try source the env variable
1 parent 4a57052 commit dc3f001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
SELENIUM_MANAGER_EXE=$(python -c 'from selenium.webdriver.common.selenium_manager import SeleniumManager; sm=SeleniumManager(); print(f"{str(sm.get_binary())}")')
5050
echo "$SELENIUM_MANAGER_EXE"
51-
WEBDRIVERPATH=$($SELENIUM_MANAGER_EXE --browser chrome --debug | awk '/INFO[[:space:]]Driver path:/ {print $NF;exit}')
51+
source WEBDRIVERPATH=$($SELENIUM_MANAGER_EXE --browser chrome --debug | awk '/INFO[[:space:]]Driver path:/ {print $NF;exit}')
5252
echo "$WEBDRIVERPATH"
5353
- name: Generate stub file for ${{ matrix.python-version }}
5454
if: matrix.python-version != 'pypy-3.7'

0 commit comments

Comments
 (0)