Skip to content

Commit 0b98f9f

Browse files
committed
Try without failing sudo
1 parent dd2f420 commit 0b98f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-sanity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v4
5555
- name: Set up Python 2.7 with DNF and link to default
5656
run: |
57-
sudo dnf install -y python2 python2-pip
57+
dnf install -y python2 python2-pip
5858
- name: Install dependencies
5959
run: |
6060
python2 -m pip install --upgrade pip

0 commit comments

Comments
 (0)