mirror of https://github.com/django/django.git
Refs #34986 -- Installed libmemcached-dev in PyPy 3.10 daily builds.
This commit is contained in:
parent
584fc49ac4
commit
0d407bcce5
|
@ -50,6 +50,8 @@ jobs:
|
||||||
python-version: pypy-3.10-nightly
|
python-version: pypy-3.10-nightly
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
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
|
- name: Install and upgrade packaging tools
|
||||||
run: python -m pip install --upgrade pip setuptools wheel
|
run: python -m pip install --upgrade pip setuptools wheel
|
||||||
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
||||||
|
|
Loading…
Reference in New Issue