Thanks to visit codestin.com Credit goes to github.com
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 6588a81 commit e3cae53Copy full SHA for e3cae53
1 file changed
.github/workflows/tests.yml
@@ -73,6 +73,7 @@ jobs:
73
- run: uv pip install -r requirements-tests.txt --system
74
- name: Install required APT packages
75
run: |
76
+ sudo apt-get update -qy
77
DEPENDENCIES=$( python tests/get_external_apt_dependencies.py )
78
if [ -n "$DEPENDENCIES" ]; then
79
printf "Installing APT packages:\n $(echo $DEPENDENCIES | sed 's/ /\n /g')\n"
@@ -124,6 +125,7 @@ jobs:
124
125
run: uv pip install -r requirements-tests.txt --system
126
127
128
129
130
131
0 commit comments