We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95567da commit 44a3d15Copy full SHA for 44a3d15
.github/workflows/ci.yaml
@@ -41,6 +41,10 @@ jobs:
41
- name: Build wheels with container
42
run: |
43
python3 tools/build_in_container.py
44
+ - name: Disable namespaces restrictions
45
+ run: |
46
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
47
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
48
- name: Install in venv and run tests
49
50
python3 -m venv --system-site-packages venv
0 commit comments