Skip to content

Commit d87079e

Browse files
committed
adjust CI
1 parent fcce922 commit d87079e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/consistency-checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
python -m pip install --upgrade pip
2424
python -m pip install pytest
2525
python -m pip install Mathics3-Module-Base
26+
git clone --depth 1 https://github.com/Mathics3/Mathics3-scanner.git
27+
cd Mathics3-scanner/
28+
pip install -e .
29+
bash -x admin-tools/make-JSON-tables.sh
30+
cd ..
2631
# Until the next mathics-core release
2732
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
2833
git clone https://github.com/Mathics3/mathics-core

.github/workflows/ubuntu.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ jobs:
2424
python -m pip install pytest
2525
python -m pip install Mathics3-Module-Base
2626
# Go over and comment out stuff when next Mathics core and Mathics-scanner are released
27-
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
27+
git clone --depth 1 https://github.com/Mathics3/Mathics3-scanner.git
28+
cd Mathics3-scanner/
29+
pip install -e .
30+
bash -x admin-tools/make-JSON-tables.sh
31+
cd ..
2832
# Until the next mathics-core release
2933
git clone https://github.com/Mathics3/mathics-core
3034
(cd mathics-core && pip3 install -e .[full])
31-
(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
35+
(cd mathics-core && bash -x ./admin-tools/make-JSON-tables.sh)
3236
3337
- name: install Mathics3 Module networkx
3438
run: |

0 commit comments

Comments
 (0)