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 d9772bf commit 9a369d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Set up Memcached
run: |
apt update
apt -y install memcached
sudo apt update
sudo apt -y install memcached
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 9a369d5

Please sign in to comment.