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 3b0e5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Install Mathics_Scanner
- name: Install Mathics Scanner
run: |
python setup.py install
pip install -e .
- name: Test Mathics
run: |
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 3b0e5aa

Please sign in to comment.