Skip to content

Commit

Permalink
Adding memcached to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
linsomniac committed Dec 25, 2023
1 parent 8f9a390 commit d9772bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Set up Memcached
run: |
apt update
apt -y install memcached
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d9772bf

Please sign in to comment.