File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 # bash admin-tools/make-JSON-tables.sh
3131 # cd ..
3232 # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
33- - name : Install Mathic3 Hello Module
33+ - name : Install Mathic3 vectorizedplot Module
3434 run : |
3535 python -m pip install Mathics3
3636 python -m pip install --no-build-isolation -e .
37- - name : Test Mathics
37+ - name : Test Mathics vectorizedplot
3838 run : |
3939 make check
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 # (cd mathics-core && pip3 install -e .[full])
3131 # (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
3232 # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
33- - name : Install Mathic3 Hello Module
33+ - name : Install Mathic3 vectorizedplot Module
3434 run : |
3535 python -m pip install Mathics3
3636 python -m pip install --no-build-isolation -e .
37- - name : Test Mathics3 Hello Module
37+ - name : Test Mathics3 vectorizedplot Module
3838 run : |
3939 make check
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 # (cd mathics-core && pip3 install -e .[full])
2929 # (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
3030 # python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
31- - name : install Mathic3 Hello Module
31+ - name : install Mathic3 vectorizedplot Module
3232 run : |
3333 python -m pip install Mathics3
3434 python -m pip install --no-build-isolation -e .
35- - name : Test Mathics3 Hello Module
35+ - name : Test Mathics3 vectorizerplot Module
3636 run : |
3737 make check
You can’t perform that action at this time.
0 commit comments