Skip to content

Commit 2cbbba2

Browse files
committed
Need to use git master branch for testing
1 parent 4620460 commit 2cbbba2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/macos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
python3 -m pip install --upgrade pip
2626
# Can comment out when next Mathics core and Mathics-scanner are released
2727
# python3 -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
28-
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
29-
# git clone https://github.com/Mathics3/mathics-core
30-
# (cd mathics-core && pip3 install -e .[full])
31-
# (cd mathics-core && bash ./admin-tools/make-op-tables.sh)
28+
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
29+
git clone https://github.com/Mathics3/mathics-core
30+
(cd mathics-core && pip3 install -e .[full])
31+
(cd mathics-core && bash ./admin-tools/make-op-tables.sh)
3232
python -m pip install Mathics3[full]
3333
- name: Install mathicsscript
3434
run: |

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
sudo apt-get update -qq && sudo apt-get install -qq liblapack-dev llvm-dev asymptote
2424
python3 -m pip install --upgrade pip
2525
# 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]
26+
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
2727
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
28-
# git clone https://github.com/Mathics3/mathics-core
29-
# (cd mathics-core && pip3 install -e .[full])
30-
# (cd mathics-core && bash ./admin-tools/make-op-tables.sh)
31-
# python -m pip install Mathics3[full]
28+
git clone https://github.com/Mathics3/mathics-core
29+
(cd mathics-core && pip3 install -e .[full])
30+
(cd mathics-core && bash ./admin-tools/make-op-tables.sh)
31+
python -m pip install Mathics3[full]
3232
pip install -e .
3333
- name: Install mathicsscript
3434
run: |

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
set LLVM_DIR="C:\Program Files\LLVM"
2727
# Can comment out when next Mathics core and Mathics-scanner are released
2828
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
29-
# git clone https://github.com/Mathics3/mathics-core
30-
# bash -c '(cd mathics-core && pip3 install -e .[full])'
31-
# bash -c '(cd mathics-core && bash ./admin-tools/make-op-tables.sh)'
29+
git clone https://github.com/Mathics3/mathics-core
30+
bash -c '(cd mathics-core && pip3 install -e .[full])'
31+
bash -c '(cd mathics-core && bash ./admin-tools/make-op-tables.sh)'
3232
python -m pip install Mathics3[full]
3333
- name: Install mathicsscript
3434
run: |

0 commit comments

Comments
 (0)