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 9ffe5c4 commit 5c27bc4Copy full SHA for 5c27bc4
.github/workflows/ci-tests.yml
@@ -61,6 +61,9 @@ jobs:
61
echo "Chromedriver path: ${{ steps.setup-chrome.outputs.chromedriver-path }}"
62
echo "Chromedriver version: ${{ steps.setup-chrome.outputs.chromedriver-path }} --version"
63
echo "chrome --version: $(chrome --version)"
64
+ - name: Set BROWSER env var
65
+ run: |
66
+ echo "BROWSER=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV
67
- name: Print Python webbrowser standard browser list
68
run: |
69
python -c "import webbrowser; webbrowser.register_standard_browsers(); print(webbrowser._tryorder)"
0 commit comments