We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f769204 commit b3cefa3Copy full SHA for b3cefa3
.github/workflows/macos.yml
@@ -28,7 +28,7 @@ jobs:
28
# Can adjust when next Mathics is released
29
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
30
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
31
- # git clone --branch master https://github.com/Mathics3/mathics-core
+ git clone --branch master https://github.com/Mathics3/mathics-core
32
(cd mathics-core && pip3 install -e .[full])
33
(cd mathics-core && bash ./admin-tools/make-op-tables.sh)
34
- name: Install Mathics3 Django
0 commit comments