Skip to content

chore(deps): update mysql docker tag to v9.1.0 #8052

chore(deps): update mysql docker tag to v9.1.0

chore(deps): update mysql docker tag to v9.1.0 #8052

Workflow file for this run

# Copyrightct © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: macOS
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
permissions:
contents: read
jobs:
macos:
# This verifies that installation instructions works, any changes here
# need to be reflected in docs/admin/install/venv-macos.rst
runs-on: macos-14
env:
PYTHONUNBUFFERED: 1
PYTHONWARNINGS: default,ignore:unclosed:ResourceWarning
steps:
- uses: actions/checkout@v4
- run: brew update
- run: brew upgrade
- run: brew list --versions
- run: brew deps --tree --installed
- name: Install brew dependencies
run: |
brew install pango cairo gobject-introspection glib libyaml pkg-config zstd xxhash libxmlsec1 uv
- name: Install Weblate
run: |
uv venv --python python3.12 .venv
source .venv/bin/activate
uv pip install -e .[all,test]