Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
Add step to set chrome path
  • Loading branch information
jimmysitu authored Oct 27, 2024
1 parent 4d34b37 commit 89bb00a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v3
- name: Setup Chrome
uses: browser-actions/[email protected]
with:
chrome-version: stable
- uses: actions/checkout@v3
- name: Set chrome in path
run: |
echo "/opt/hostedtoolcache/chromium/stable/x64" >> $GITHUB_PATH
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 89bb00a

Please sign in to comment.