We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7aa26 commit d3780b2Copy full SHA for d3780b2
.github/workflows/ubuntu.yml
@@ -27,10 +27,10 @@ jobs:
27
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
28
(cd src/mathics3 && bash ./admin-tools/make-op-tables.sh)
29
# python -m pip install Mathics3[full]
30
- python -m pip install -e .
+ python -m pip install -e .
31
- name: install pymathics graph
32
run: |
33
make develop
34
- - name: Test Mathics
+ - name: Test Mathics3
35
36
make -j3 check
0 commit comments