Skip to content

chore(deps): update dependency redis to v5.2.0 #3028

chore(deps): update dependency redis to v5.2.0

chore(deps): update dependency redis to v5.2.0 #3028

name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Check failure on line 18 in .github/workflows/python.package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python.package.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- name: Install dependencies
run: |
python -m pip install --upgrade pip
from setuptools import setup