From b780e69aebfbe2d5a4d06ff95ae8f54f7c533838 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 30 Nov 2024 04:20:46 -0500 Subject: [PATCH] Go back to testing using Mathics core master --- .github/workflows/mathics.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/mathics.yml b/.github/workflows/mathics.yml index d709091..f1fc159 100644 --- a/.github/workflows/mathics.yml +++ b/.github/workflows/mathics.yml @@ -32,8 +32,6 @@ jobs: run: | # Until next Mathics3/mathics-core release is out... # git clone https://github.com/Mathics3/mathics-core.git - # Until next operator-info-from-JSON is merges - git clone -b operator-info-from-JSON https://github.com/Mathics3/mathics-core.git cd mathics-core/ make PIP_INSTALL_OPTS='[full]' # pip install Mathics3[full]