Skip to content

Commit 0f77021

Browse files
Bump astroid from 3.3.6 to 3.3.7 (#5507)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Agner <[email protected]>
1 parent b44e6d8 commit 0f77021

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ jobs:
274274
run: |
275275
echo "Failed to restore Python virtual environment from cache"
276276
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
277281
- name: Register pylint problem matcher
278282
run: |
279283
echo "::add-matcher::.github/workflows/matchers/pylint.json"

requirements_tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
astroid==3.3.6
1+
astroid==3.3.7
22
coverage==7.6.9
33
pre-commit==4.0.1
44
pylint==3.3.2

0 commit comments

Comments
 (0)