Skip to content

Commit 907c762

Browse files
committed
more on names
1 parent 8ea2c48 commit 907c762

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/MSWindows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/MacOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/Ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)