Skip to content

Commit d833cd5

Browse files
committed
Adjust CI for interim code
1 parent 731aaf4 commit d833cd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ 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+
git clone https://github.com/Mathics3/Mathics3-scanner
28+
(cd mathics_scanner && pip3 install -e .[full] --no-build-isolation)
2729
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
2830
# Until the next mathics-core release
2931
git clone https://github.com/Mathics3/mathics-core
30-
(cd mathics-core && pip3 install -e .[full])
32+
(cd mathics-core && pip3 install -e .[full] --no-build-isolation)
3133
(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
3234
3335
- name: install Mathics3 Module networkx

0 commit comments

Comments
 (0)