Skip to content

Commit

Permalink
ci(pyodide): Fix chrome browser install
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 4, 2023
1 parent c40e945 commit 3436c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash
run: |
python -m pip install pytest-pyodide
- uses: pyodide/pyodide-actions/install-browser@main
- uses: thewtex/pyodide-actions/install-browser@chrome-install
if: ${{ matrix.python-minor-version > 9 }}
with:
runner: selenium
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
shell: bash
run: |
python -m pip install pytest-pyodide
- uses: pyodide/pyodide-actions/install-browser@main
- uses: thewtex/pyodide-actions/install-browser@chrome-install
if: ${{ matrix.python-minor-version > 9 }}
with:
runner: selenium
Expand Down

0 comments on commit 3436c44

Please sign in to comment.