Skip to content

Commit

Permalink
We apparently need sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Nov 9, 2023
1 parent 2c02bc3 commit 772a1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cache: pip
- name: Install dependencies
run: |
apt-get install -y libmemcached-dev
sudo apt-get install -y libmemcached-dev
python -m pip install -r requirements-dev.txt
- name: Run pytest
env:
Expand Down

0 comments on commit 772a1fa

Please sign in to comment.