Skip to content

Commit

Permalink
[ci] Rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 3, 2024
1 parent 4d3bd8a commit 087a1c5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: Python==${{ matrix.python-version }} | ${{ matrix.django-version }}
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04

services:
redis:
Expand Down Expand Up @@ -63,18 +63,18 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- uses: browser-actions/setup-chrome@v1
# Using a fixed version, see here for more information on why:
# https://github.com/openwisp/openwisp-controller/issues/902#issuecomment-2266219715
# TODO: find a solution to allow using recent versions
with:
chrome-version: 125
install-dependencies: true
install-chromedriver: true
id: setup-chrome

- run: |
${{ steps.setup-chrome.outputs.chrome-path }} --version
# - uses: browser-actions/setup-chrome@v1
# # Using a fixed version, see here for more information on why:
# # https://github.com/openwisp/openwisp-controller/issues/902#issuecomment-2266219715
# # TODO: find a solution to allow using recent versions
# with:
# chrome-version: 125
# install-dependencies: true
# install-chromedriver: true
# id: setup-chrome

# - run: |
# ${{ steps.setup-chrome.outputs.chrome-path }} --version

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 087a1c5

Please sign in to comment.