Skip to content

Commit 9553dcf

Browse files
committed
Use PyPI in CI
1 parent 81f5f50 commit 9553dcf

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/osx.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
brew install llvm
2525
python -m pip install --upgrade pip
2626
python -m pip install pytest
27-
# Go over and comment out stuff when next Mathics core and Mathics-scanner are released
28-
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
29-
git clone https://github.com/Mathics3/mathics-core
30-
(cd mathics-core && pip3 install -e .[full])
31-
(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
32-
python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
27+
# # Go over and comment out stuff when next Mathics core and Mathics-scanner are released
28+
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
29+
# git clone https://github.com/Mathics3/mathics-core
30+
# (cd mathics-core && pip3 install -e .[full])
31+
# (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
32+
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3333
- name: Install Mathic3 Hello Module
3434
run: |
3535
python -m pip install -e .

.github/workflows/ubuntu.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install pytest
25-
# 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]
27-
git clone https://github.com/Mathics3/mathics-core
28-
(cd mathics-core && pip3 install -e .[full])
29-
(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
25+
# # 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]
27+
# git clone https://github.com/Mathics3/mathics-core
28+
# (cd mathics-core && pip3 install -e .[full])
29+
# (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
3131
- name: install Mathic3 Hello Module
3232
run: |
3333
python -m pip install -e .

.github/workflows/windows.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
python -m pip install pytest
26-
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner
27-
git clone --depth 1 https://github.com/Mathics3/mathics-core mathics-core
28-
cd mathics-core
29-
python -m pip install -e .
30-
bash admin-tools/make-JSON-tables.sh
31-
cd ..
32-
python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
26+
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner
27+
# git clone --depth 1 https://github.com/Mathics3/mathics-core mathics-core
28+
# cd mathics-core
29+
# python -m pip install -e .
30+
# bash admin-tools/make-JSON-tables.sh
31+
# cd ..
32+
# python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
3333
- name: Install Mathic3 Hello Module
3434
run: |
3535
python -m pip install -e .

0 commit comments

Comments
 (0)