File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 sudo apt update -qq && sudo apt install llvm-dev remake
2424 python -m pip install --upgrade pip
2525 # We can comment out after next Mathics-Scanner release
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@position-tracking #egg=Mathics-Scanner[full]
2727 pip install -e .
2828
2929 - name : Install Mathics with minimum dependencies
Original file line number Diff line number Diff line change 3535 cd ..
3636 # We can comment out after next Mathics-Scanner release
3737 # python -m pip install Mathics-Scanner[full]
38- python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
38+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner@position-tracking #egg=Mathics-Scanner[full]
3939 pip install -e .
4040 remake -x develop-full
4141 - name : Test Mathics3
Original file line number Diff line number Diff line change 2727 run : |
2828 pip install mypy==1.13 sympy==1.12
2929 # Adjust below for right branch
30- git clone --depth 1 https://github.com/Mathics3/mathics-scanner.git
30+ git clone --depth 1 --branch position-tracking https://github.com/Mathics3/mathics-scanner
3131 cd mathics-scanner/
3232 pip install -e .
3333 bash ./admin-tools/make-JSON-tables.sh
Original file line number Diff line number Diff line change 5555 pip install "setuptools>=70.0.0" PyYAML click packaging pytest
5656
5757 # We can comment out after next Mathics-Scanner release
58- python -m pip install --no-build-isolation -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner
58+ python -m pip install --no-build-isolation -e git+https://github.com/Mathics3/mathics-scanner@position-tracking #egg=Mathics-Scanner
5959 # pip install --no-build-isolation -e .
6060 # cd ..
6161
Original file line number Diff line number Diff line change 3030 pip install -e .
3131 cd ..
3232 # We can comment out after next Mathics-Scanner release
33- python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
33+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner@position-tracking #egg=Mathics-Scanner[full]
3434 pip install -e .
3535 cd ..
3636
Original file line number Diff line number Diff line change 3131 cd ..
3232 # We can comment out after next Mathics-Scanner release
3333 # python -m pip install Mathics-Scanner[full]
34- python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
34+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner@position-tracking #egg=Mathics-Scanner[full]
3535 pip install -e .
3636 remake -x develop-full
3737 - name : Test Mathics
Original file line number Diff line number Diff line change 3939 pip install -e .
4040 cd ..
4141 # We can comment out after next Mathics-Scanner release
42- python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
42+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner@position-tracking #egg=Mathics-Scanner[full]
4343 pip install -e .
4444
4545 # python -m pip install Mathics-Scanner[full]
You can’t perform that action at this time.
0 commit comments