Skip to content

Commit 3376275

Browse files
committed
temp: make site-packages unwritable
1 parent 1863a3c commit 3376275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testsuite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
# For extreme debugging:
133133
python -c "import urllib.request as r; exec(r.urlopen('https://bit.ly/pydoctor').read())"
134134
env | sort
135+
chmod u-w $(python -c "import site; print(site.getsitepackages()[0])")
135136
136137
- name: "Install dependencies"
137138
run: |

0 commit comments

Comments
 (0)