05/19 Fix ci.yml 2

This commit is contained in:
2026-05-19 11:13:25 -04:00
parent 55f3629c37
commit 718c0abb35
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install flake8
run: pip3 install flake8 --quiet
run: pip3 install flake8 --quiet --break-system-packages
- name: Run flake8
run: |