Skip to content

Commit

Permalink
pin chrome temporarily (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Sep 17, 2024
1 parent eb8c449 commit f0c8559
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
pyodide-version: ['0.24.1', '0.25.0', '0.26.2', '0.27.0a2']
os: [ubuntu-latest]
pyodide-version: ['0.27.0a2']
test-config: [
{runner: selenium, runtime: chrome, runtime-version: latest },
# FIXME: recent version of chrome gets timeout
{runner: selenium, runtime: chrome, runtime-version: 125 },
]

steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: 3.11.1
python-version: 3.12

- uses: pyodide/pyodide-actions/download-pyodide@v1
with:
Expand Down Expand Up @@ -61,15 +62,15 @@ jobs:
fail_ci_if_error: false

deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
environment: PyPi-deploy
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: 3.11.1
python-version: 3.12
- name: Install requirements and build wheel
shell: bash -l {0}
run: |
Expand Down

0 comments on commit f0c8559

Please sign in to comment.