Skip to content

Commit d3780b2

Browse files
committed
Update Action stage name for Mathics3
1 parent 6c7aa26 commit d3780b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
2828
(cd src/mathics3 && bash ./admin-tools/make-op-tables.sh)
2929
# python -m pip install Mathics3[full]
30-
python -m pip install -e .
30+
python -m pip install -e .
3131
- name: install pymathics graph
3232
run: |
3333
make develop
34-
- name: Test Mathics
34+
- name: Test Mathics3
3535
run: |
3636
make -j3 check

0 commit comments

Comments
 (0)