Skip to content

Commit c53c113

Browse files
committed
Address Windows CI issue with Python 3.11?
1 parent 3bf1275 commit c53c113

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python -m pip install wheel
2626
choco install llvm nodejs
2727
set LLVM_DIR="C:\Program Files\LLVM"
28+
2829
- name: Install Python dependencies
2930
run: |
3031
# Can adjust when next Mathics is released
@@ -37,6 +38,8 @@ jobs:
3738
bash -c '(cd mathics-core && bash ./admin-tools/make-op-tables.sh)'
3839
- name: Install Mathics3 Django
3940
run: |
41+
# Might be needed to install matplotlib
42+
python -m pip install msvc-runtime
4043
python -m pip install pytest pexpect
4144
npm install
4245
python -m pip install -e .[full]

0 commit comments

Comments
 (0)