diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adac8ece8..381b444f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -307,4 +307,5 @@ jobs: - name: Install Python Dependencies run: make install - name: Test with Pytest for GTK 4 + continue-on-error: true run: make test-all \ No newline at end of file