Skip to content

Commit

Permalink
Fix GHA (#48)
Browse files Browse the repository at this point in the history
ubuntu-latest is now 22.04 and has some problems with setup-python action
  • Loading branch information
sallner committed Nov 8, 2022
1 parent cceba00 commit e3a413f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- headless
# - head # disabled because it needs xvfb which is not so easy to set up on GHA

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: ${{ matrix.config[1] }}-${{ matrix.browser }}-${{ matrix.state }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.config[0] }}
- name: Pip cache
Expand Down

0 comments on commit e3a413f

Please sign in to comment.