Skip to content

Commit

Permalink
Fix CI with sudo on apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Oct 13, 2021
1 parent e67d784 commit ed2b1b3
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 @@ -40,8 +40,8 @@ jobs:
run: |
pip install -U pip
pip install -U setuptools
apt update
apt install -y build-essential libpq-dev python-dev
sudo apt update
sudo apt install -y build-essential libpq-dev python-dev
- name: Install tox
run: pip install tox
- name: Run tox
Expand Down

0 comments on commit ed2b1b3

Please sign in to comment.