Skip to content

Commit

Permalink
Fix the chrome in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Oct 28, 2024
1 parent 4be49ba commit 4db13a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Chrome
id: setup_chrome
uses: browser-actions/[email protected]
with:
chrome-version: 126
- name: Set Chrome in path
run: |
echo "/opt/hostedtoolcache/setup-chrome/chromium/stable/x64" >> $GITHUB_PATH
echo "${{ steps.setup_chrome.outputs.chrome_path }}" >> $GITHUB_PATH
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 4db13a3

Please sign in to comment.