diff options
| author | Jon Parise <jon@pinterest.com> | 2019-09-03 10:17:13 -0700 |
|---|---|---|
| committer | Jon Parise <jon@pinterest.com> | 2019-09-03 10:17:13 -0700 |
| commit | 51e2f879fe83c77ad9262f0ecd2dda1aec142c31 (patch) | |
| tree | b76faff9e4a1d453ed1a99b3d15e371d9e677f69 /.github/workflows/tests.yml | |
| parent | 384f26bc21a94dac266361d667c7fdba93a34563 (diff) | |
| download | pymemcache-github-actions.tar.gz | |
Install libmemcached-devgithub-actions
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94d718e..7f450bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + sudo apt-get install libmemcached-dev - name: Run tox run: | pip install tox |
