Skip to content

Commit

Permalink
Forgot the sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Nov 18, 2019
1 parent 7d0df9a commit f63b948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Expand Up @@ -28,8 +28,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt-get update -y
apt-get install -y imagemagick
sudo apt-get update -y
sudo apt-get install -y imagemagick
python -m pip install --upgrade pip
pip install --upgrade pytest pytest-xdist pytest-cov coveralls
- name: Run PyTest
Expand Down

0 comments on commit f63b948

Please sign in to comment.