Skip to content

Commit

Permalink
Address Windows CI issue with Python 3.11?
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 4, 2024
1 parent 3bf1275 commit c53c113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit c53c113

Please sign in to comment.