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 b44e6d8 commit 0f77021Copy full SHA for 0f77021
.github/workflows/ci.yaml
@@ -274,6 +274,10 @@ jobs:
274
run: |
275
echo "Failed to restore Python virtual environment from cache"
276
exit 1
277
+ - name: Install additional system dependencies
278
+ run: |
279
+ sudo apt-get update
280
+ sudo apt-get install -y --no-install-recommends libpulse0
281
- name: Register pylint problem matcher
282
283
echo "::add-matcher::.github/workflows/matchers/pylint.json"
requirements_tests.txt
@@ -1,4 +1,4 @@
1
-astroid==3.3.6
+astroid==3.3.7
2
coverage==7.6.9
3
pre-commit==4.0.1
4
pylint==3.3.2
0 commit comments