Skip to content

Commit b800cd7

Browse files
authored
Update build_wheels_linux.yml
1 parent 8a1f1c0 commit b800cd7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ jobs:
6767
with:
6868
submodules: false
6969
fetch-depth: 0
70-
71-
- name: Force official PyPI on runner
72-
run: |
73-
mkdir -p ~/.config/pip
74-
printf "[global]\nindex-url = https://pypi.org/simple\n" > ~/.config/pip/pip.conf
75-
echo "Runner pip.conf now:"
76-
cat ~/.config/pip/pip.conf
7770

7871
- name: Build a package
7972
run: source scripts/build.sh

0 commit comments

Comments
 (0)