Skip to content

Commit 457df6c

Browse files
committed
fix(ci): sudo: not found
1 parent 852b8c7 commit 457df6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v4
8989

9090
- name: Work around pip SSL cert verify error
91-
run: sudo $PIP config set global.trusted-host 'pypi.python.org pypi.org files.pythonhosted.org'
91+
run: $PIP config set global.trusted-host 'pypi.python.org pypi.org files.pythonhosted.org'
9292

9393
- name: Set up Python 3.5
9494
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)