Skip to content

Commit

Permalink
Forgot two sudos
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Feb 8, 2024
1 parent eecb67e commit aa5fbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
cache: pip
- name: Run tests in Vagrant
run: |
apt-get update -qq
apt-get install -y virtualbox
sudo apt-get update -qq
sudo apt-get install -y virtualbox
pip install --upgrade pip
python -m venv env
source env/bin/activate
Expand Down

0 comments on commit aa5fbdf

Please sign in to comment.