Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Jan 31, 2024
1 parent 5034c2b commit c4a1100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test (Python 3)
if: matrix.python-version != '2.7'
run: |
sudo apt-get install python3-venv
apt-get -y install python3-venv
python3 -m venv venv
venv/bin/python3 -m pip install --upgrade pip
venv/bin/python3 -m pip install pytest pytest-cov
Expand Down

0 comments on commit c4a1100

Please sign in to comment.