diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec16416d..78567f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,10 @@ jobs: run: python -m pip install --upgrade pip clickgen continue-on-error: false + # https://github.com/returntocorp/semgrep/issues/4794 + - name: Fixing 'attr' module error + run: pip install --force-reinstall --upgrade attrs + - name: Building `Bibata Modern Amber` Cursors run: ctgen build.toml -n 'Bibata-Modern-Amber' -c 'Yellowish and rounded edge Bibata cursors.' -d 'bitmaps/Bibata-Modern-Amber'