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 551da4d commit ba810f2Copy full SHA for ba810f2
1 file changed
.github/workflows/tests.yml
@@ -112,7 +112,7 @@ jobs:
112
DEPENDENCIES=$( python tests/get_external_apt_dependencies.py )
113
if [ -n "$DEPENDENCIES" ]; then
114
printf "Installing APT packages:\n $(echo $DEPENDENCIES | sed 's/ /\n /g')\n"
115
- apt-get install -qy $DEPENDENCIES
+ sudo apt-get install -qy $DEPENDENCIES
116
fi
117
- name: Create an isolated venv for testing
118
run: uv venv .venv
0 commit comments