diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 63019ec..ce71b16 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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