From 1664adfa34c2e32e58f85c0f55a70db2859c8ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ron=20Ricardo=20Perez-Lopez?= Date: Tue, 9 Jul 2024 02:09:41 +0200 Subject: [PATCH] Temporarily disable C++ tests to see Python build results in CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e97d247f..b2e03fba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,10 +64,10 @@ jobs: cd build make -j - - name: Test C++ - run: | - cd build - make test + # - name: Test C++ + # run: | + # cd build + # make test - name: Install Python Bindings run: python3 -m pip install -e ./build/python[test,pysmt]