Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams committed Apr 3, 2024
1 parent e7e9a87 commit 6ac34ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up python and pip
run: |
sudo apt update
apt update
apt install --reinstall ca-certificates
apt install lsb-release xvfb software-properties-common -y
add-apt-repository ppa:deadsnakes/ppa -y
Expand Down

0 comments on commit 6ac34ab

Please sign in to comment.