Skip to content

Bump grpcio from 1.69.0 to 1.78.1 #887

Bump grpcio from 1.69.0 to 1.78.1

Bump grpcio from 1.69.0 to 1.78.1 #887

Workflow file for this run

name: Lint all Python files
on:
push:
branches:
- dev
- 0.80.x
pull_request:
branches:
- dev
- 0.80.x
jobs:
prospector:
name: Run Prospector on all Python files
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.13
- name: Install MPF
run: |
sudo apt-get install -y libjpeg-dev
pip install --upgrade pip setuptools wheel build prospector
pip install -e .
- name: Run Prospector
run: prospector