diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-22 09:59:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-22 09:59:11 +0100 |
| commit | 0d407bcce5449d839fab138baeb9220f6df6bd6d (patch) | |
| tree | 5e9cf969344b9c48e2ac0908520818f8c2efa1e6 | |
| parent | 584fc49ac48acb16051c3153d01bb23aa8599a52 (diff) | |
Refs #34986 -- Installed libmemcached-dev in PyPy 3.10 daily builds.
| -rw-r--r-- | .github/workflows/schedule_tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index 228d52dc8a..30c3734c4a 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -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 . |
