mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Refs #34986 -- Installed libmemcached-dev in PyPy 3.10 daily builds.
This commit is contained in:
parent
584fc49ac4
commit
0d407bcce5
2
.github/workflows/schedule_tests.yml
vendored
2
.github/workflows/schedule_tests.yml
vendored
@ -50,6 +50,8 @@ jobs:
|
||||
python-version: pypy-3.10-nightly
|
||||
cache: 'pip'
|
||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
||||
- name: Install libmemcached-dev for pylibmc
|
||||
run: sudo apt-get install libmemcached-dev
|
||||
- name: Install and upgrade packaging tools
|
||||
run: python -m pip install --upgrade pip setuptools wheel
|
||||
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
||||
|
Loading…
Reference in New Issue
Block a user