Skip to content

Commit

Permalink
Fixup the path of chrome in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Oct 28, 2024
1 parent f823033 commit 67f2dcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
uses: browser-actions/[email protected]
with:
chrome-version: 126
- name: Set Chrome in path
- name: Set Chrome directory in path
run: |
echo "${{ steps.setup_chrome.outputs.chrome-path }}" >> $GITHUB_PATH
CHROME_DIR=$(dirname "${{ steps.setup_chrome.outputs.chrome-path }}")
echo "$CHROME_DIR" >> $GITHUB_PATH
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 67f2dcf

Please sign in to comment.