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]