diff options
author | Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> | 2023-01-15 18:26:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-15 18:26:47 +0100 |
commit | c267397eda848544bcbea04e889815ac4faa6ba8 (patch) | |
tree | c1508f72cee5d2d92b58beb57f55811fb734c3ee /.github/workflows/ci.yaml | |
parent | 8581d9d26ae76ea3d5719bdd9a0e103bf79e1528 (diff) | |
download | astroid-git-c267397eda848544bcbea04e889815ac4faa6ba8.tar.gz |
Fix a false positive with user-defined `Enum` class (#1967)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01c0be83..a4be3e87 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,6 +93,7 @@ jobs: - name: Install Qt if: ${{ matrix.python-version == '3.10' }} run: | + sudo apt-get update sudo apt-get install build-essential libgl1-mesa-dev - name: Generate partial Python venv restore key id: generate-python-key |