We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf1275 commit c53c113Copy full SHA for c53c113
.github/workflows/windows.yml
@@ -25,6 +25,7 @@ jobs:
25
python -m pip install wheel
26
choco install llvm nodejs
27
set LLVM_DIR="C:\Program Files\LLVM"
28
+
29
- name: Install Python dependencies
30
run: |
31
# Can adjust when next Mathics is released
@@ -37,6 +38,8 @@ jobs:
37
38
bash -c '(cd mathics-core && bash ./admin-tools/make-op-tables.sh)'
39
- name: Install Mathics3 Django
40
41
+ # Might be needed to install matplotlib
42
+ python -m pip install msvc-runtime
43
python -m pip install pytest pexpect
44
npm install
45
python -m pip install -e .[full]
0 commit comments