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 bbcc4ff commit 5a07c1bCopy full SHA for 5a07c1b
.github/workflows/ubuntu.yml
@@ -24,7 +24,7 @@ jobs:
24
python -m pip install pytest
25
# Can comment out when next Mathics core and Mathics-scanner are released
26
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
27
- # python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
+ python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
28
python -m pip install -e .
29
# (cd src/mathics3 && bash ./admin-tools/make-op-tables.sh)
30
- name: install pymathics graph
0 commit comments