From 93c84a6a0631aed6cb44680b481ca3e071387f92 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 30 Aug 2024 16:14:59 -0400 Subject: [PATCH] Adjust CI - mathics-core branch got merged into master --- .github/workflows/mathics.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mathics.yml b/.github/workflows/mathics.yml index 84e22ce..f6fefd0 100644 --- a/.github/workflows/mathics.yml +++ b/.github/workflows/mathics.yml @@ -33,7 +33,6 @@ jobs: # Until next Mathics3/mathics-core release is out... git clone https://github.com/Mathics3/mathics-core.git cd mathics-core/ - git checkout table-driven-operator-precedence make PIP_INSTALL_OPTS='[full]' # pip install Mathics3[full] cd ..