From 8c8e0fb120d86bdf7a94a01a3f6758411adda739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Walter?= Date: Thu, 24 Nov 2022 16:26:55 +0100 Subject: [PATCH] Fix brokeb CI When merging the previous PR, the final yml add missing spaces and consequently was failing. Surprisingly enough, github action didn't say anything about it. Anyway, this is to fix the CI. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cc331f58..73bbc2474 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,8 +35,8 @@ jobs: run: make setup - name: Compile all the cairo files run: | - make format-check - make build + make format-check + make build python-tests: runs-on: ubuntu-latest