Update workflow.yml
This commit is contained in:
parent
591fe54cc1
commit
bebcdc21b5
|
@ -25,7 +25,7 @@ jobs:
|
||||||
chrome-version: stable
|
chrome-version: stable
|
||||||
- name: set chrome in path
|
- name: set chrome in path
|
||||||
run: |
|
run: |
|
||||||
echo ${{ steps.setup-chrome.outputs.chrome-path}} >> $GITHUB_PATH
|
echo "/opt/hostedtoolcache/chromium/stable/x64" >> $GITHUB_PATH
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue