mirror of
https://github.com/django/django.git
synced 2025-03-31 19:46:42 +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
|
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…
x
Reference in New Issue
Block a user