Fix memcached testing error on GH Actions

This commit is contained in:
Andrew Godwin 2023-11-09 12:47:08 -07:00 committed by GitHub
parent e577d020ee
commit c3bf7563b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@ on:
push:
paths-ignore:
- 'docs/**'
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
@ -44,6 +46,7 @@ jobs:
cache: pip
- name: Install dependencies
run: |
sudo apt-get install -y libmemcached-dev libwebp-dev libjpeg-dev
python -m pip install -r requirements-dev.txt
- name: Run pytest
env:

View file

@ -30,7 +30,6 @@ repos:
rev: 23.11.0
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/pycqa/isort
rev: 5.12.0