Skip to content

Commit

Permalink
See if we can get MS Windows working
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 25, 2024
1 parent 370b8fe commit ec5e5fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Install Mathics_Scanner
- name: Install Mathics Scanner
run: |
python setup.py install
- name: Test Mathics
pip install -e .
- name: Test Mathics3
run: |
pip install -r requirements-dev.txt
pip install -r requirements-full.txt
# Is the next line needed?
python mathics_scanner/generate/build_tables.py
pip install -e .[dev,full]
py.test test

0 comments on commit ec5e5fa

Please sign in to comment.