Skip to content

Commit d9772bf

Browse files
committed
Adding memcached to test workflow
1 parent 8f9a390 commit d9772bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
uses: actions/setup-python@v4
1616
with:
1717
python-version: ${{ matrix.python-version }}
18+
- name: Set up Memcached
19+
run: |
20+
apt update
21+
apt -y install memcached
1822
- name: Install dependencies
1923
run: |
2024
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)