From c53c11353fba69cba23c00554f5699de23a587f4 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 4 Aug 2024 09:41:28 -0400 Subject: [PATCH] Address Windows CI issue with Python 3.11? --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e9d9c4619..ba5825a68 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,6 +25,7 @@ jobs: python -m pip install wheel choco install llvm nodejs set LLVM_DIR="C:\Program Files\LLVM" + - name: Install Python dependencies run: | # Can adjust when next Mathics is released @@ -37,6 +38,8 @@ jobs: bash -c '(cd mathics-core && bash ./admin-tools/make-op-tables.sh)' - name: Install Mathics3 Django run: | + # Might be needed to install matplotlib + python -m pip install msvc-runtime python -m pip install pytest pexpect npm install python -m pip install -e .[full]