From 9e7fdc4c0106b85b5af4a62c095b5dbee50cb890 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Thu, 15 Dec 2022 05:13:30 -0600 Subject: [PATCH] new step in tests workflow --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6da9729..616875b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,6 +33,9 @@ jobs: if: matrix.os == 'macos-12' run: sudo xcode-select -s "/Applications/Xcode_13.4.app" + # query whether all dependencies are bottled + - run: brew unbottled Macaulay2 + - run: brew test-bot --only-cleanup-before - run: brew test-bot --only-setup