Skip to content

Commit 5116d40

Browse files
committed
update workflow
1 parent 3e2f844 commit 5116d40

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ jobs:
2323
python -m pip install --upgrade pip
2424
python -m pip install pytest
2525
# # Go over and comment out stuff 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+
git clone --depth 1 https://github.com/Mathics3/mathics-scanner.git
27+
cd mathics-scanner/
28+
pip install -e .
29+
bash -x admin-tools/make-JSON-tables.sh
30+
cd ..
2731
git clone https://github.com/Mathics3/mathics-core
2832
(cd mathics-core && pip3 install -e .[full])
2933
(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
30-
python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3134
- name: install Mathic3 vectorizedplot Module
3235
run: |
3336
python -m pip install Mathics3

0 commit comments

Comments
 (0)