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 4db13a3 commit f823033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
chrome-version: 126
- name: Set Chrome in path
run: |
echo "${{ steps.setup_chrome.outputs.chrome_path }}" >> $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 f823033

Please sign in to comment.