Fix memcached testing error on GH Actions

pull/654/head
Andrew Godwin 2023-11-09 12:47:08 -07:00 zatwierdzone przez GitHub
rodzic e577d020ee
commit c3bf7563b4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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