Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mathics3/mathics-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4bb414967083f83439e0de2a37050ffeb9f97a2f
Choose a base ref
..
head repository: Mathics3/mathics-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9182be19e93ec1d492162b3f9efdc424cc21dc9b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/ubuntu.yml
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
# For testing 3.11 we need to do something like the below until the next Mathics3 is released
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
git clone --branch clone doc-code-rebased-rebased https://github.com/Mathics3/mathics-core
git clone --branch doc-code-rebased-rebased https://github.com/Mathics3/mathics-core
(cd mathics-core && pip3 install -e .[full])
(cd mathics-core && bash ./admin-tools/make-op-tables.sh)
- name: Install Mathics3 Django