File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3232 # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3333 - name : Install Mathic3 Hello Module
3434 run : |
35- python -m pip install -e .
35+ python -m pip install Mathics3
36+ python -m pip install --no-build-isolation -e .
3637 - name : Test Mathics3 Hello Module
3738 run : |
3839 make check
Original file line number Diff line number Diff line change 3030 # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3131 - name : install Mathic3 Hello Module
3232 run : |
33- python -m pip install -e .
33+ python -m pip install Mathics3
34+ python -m pip install --no-build-isolation -e .
3435 - name : Test Mathics3 Hello Module
3536 run : |
3637 make check
Original file line number Diff line number Diff line change 3232 # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3333 - name : Install Mathic3 Hello Module
3434 run : |
35- python -m pip install -e .
35+ python -m pip install Mathics3
36+ python -m pip install --no-build-isolation -e .
3637 - name : Test Mathics
3738 run : |
3839 make check
You can’t perform that action at this time.
0 commit comments