Skip to content

Commit

Permalink
Change chromedriver-version for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez committed Apr 4, 2022
1 parent 7d5816b commit 362ace8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- os: ubuntu-latest
pip-cache: ~/.cache/pip
poetry-cache: ~/.cache/pypoetry
chromedriver-version: 100.0.4896.60
chromedriver-version: 100.0.4896.60 # https://chromedriver.chromium.org/downloads
- os: macos-latest
pip-cache: ~/Library/Caches/pip
poetry-cache: ~/Library/Caches/pypoetry
chromedriver-version: 101.0.4951.15
chromedriver-version: 99.0.4844.51 # https://chromedriver.chromium.org/downloads
- os: windows-latest
pip-cache: ~\AppData\Local\pip\Cache
poetry-cache: ~\AppData\Local\pypoetry\Cache
chromedriver-version: 99.0.4844.51
chromedriver-version: 99.0.4844.51 # https://chromedriver.chromium.org/downloads
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 362ace8

Please sign in to comment.