Skip to content

Commit bee0481

Browse files
committed
Use mathics-core from git until release
1 parent 7f14a0b commit bee0481

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/consistency-checks.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pymathics-Graph (Consistency Checks)
1+
name: Mathics3-Module-networkx (Consistency Checks)
22

33
on:
44
push:
@@ -27,7 +27,10 @@ jobs:
2727
# (cd mathics-core && make)
2828
# (cd mathics-core && python -m pip install -e .[full])
2929
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
30-
- name: Install Pymathics.graph with minimum dependencies
30+
# Until the next mathics-core release
31+
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=mathics-core
32+
33+
- name: Install Mathics3-Module-Networkx.graph with minimum dependencies
3134
run: |
3235
make develop
3336
- name: Test Mathics Consistency and Style

.github/workflows/ubuntu.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mathic3 Graph Module (ubuntu)
1+
name: Mathic3 Module networkx (ubuntu)
22

33
on:
44
push:
@@ -28,10 +28,13 @@ jobs:
2828
# (cd mathics-core && pip3 install -e .[full])
2929
# (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
3030
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
31-
- name: install pymathics graph
31+
# Until the next mathics-core release
32+
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=mathics-core
33+
34+
- name: install Mathics3 Module networkx
3235
run: |
3336
python -m pip install -e .[full]
3437
# make develop
35-
- name: Test Mathics3 Module Graph
38+
- name: Test Mathics3 Module networkx
3639
run: |
3740
make -j3 check

0 commit comments

Comments
 (0)