Skip to content

Commit e62ef26

Browse files
committed
Administrivia - used PyPI released code
1 parent 87e53ab commit e62ef26

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/macos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
brew install asymptote
2525
python3 -m pip install --upgrade pip
2626
# Can comment out when next Mathics core and Mathics-scanner are released
27-
git clone https://github.com/Mathics3/mathics-scanner
28-
(cd mathics-scanner && pip install -e . && bash ./admin-tools/make-JSON-tables.sh)
29-
git clone https://github.com/Mathics3/mathics-core
30-
(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh && pip install -e .[full])
27+
# git clone https://github.com/Mathics3/mathics-scanner
28+
# (cd mathics-scanner && pip install -e . && bash ./admin-tools/make-JSON-tables.sh)
29+
# git clone https://github.com/Mathics3/mathics-core
30+
# (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh && pip install -e .[full])
3131
- name: Install mathicsscript
3232
run: |
3333
make

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.13', '3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.13', '3.10', '3.11', '3.12']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}
@@ -23,10 +23,10 @@ jobs:
2323
sudo apt-get update -qq && sudo apt-get install -qq liblapack-dev llvm-dev asymptote
2424
python3 -m pip install --upgrade pip
2525
# We can comment out when next Mathics core and Mathics-scanner are released
26-
git clone https://github.com/Mathics3/mathics-scanner
27-
(cd mathics-scanner && pip install -e . && bash ./admin-tools/make-JSON-tables.sh)
28-
git clone https://github.com/Mathics3/mathics-core
29-
(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh && pip install -e .[full])
26+
# git clone https://github.com/Mathics3/mathics-scanner
27+
# (cd mathics-scanner && pip install -e . && bash ./admin-tools/make-JSON-tables.sh)
28+
# git clone https://github.com/Mathics3/mathics-core
29+
# (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh && pip install -e .[full])
3030
- name: Install mathicsscript
3131
run: |
3232
make

.github/workflows/windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows]
15-
python-version: ['3.11', '3.12']
15+
python-version: ['3.11', '3.13']
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -25,11 +25,11 @@ jobs:
2525
python3 -m pip install wheel
2626
set LLVM_DIR="C:\Program Files\LLVM"
2727
# We can comment out when next Mathics core and Mathics-scanner are released
28-
git clone https://github.com/Mathics3/mathics-scanner
29-
bash -c '(cd mathics-scanner && python -m pip install -e . && bash ./admin-tools/make-JSON-tables.sh)'
30-
git clone https://github.com/Mathics3/mathics-core
31-
bash -c '(cd mathics-core && ./admin-tools/make-JSON-tables.sh && python -m pip install -e .)'
32-
python -m pip install -e .
28+
# git clone https://github.com/Mathics3/mathics-scanner
29+
# bash -c '(cd mathics-scanner && python -m pip install -e . && bash ./admin-tools/make-JSON-tables.sh)'
30+
# git clone https://github.com/Mathics3/mathics-core
31+
# bash -c '(cd mathics-core && ./admin-tools/make-JSON-tables.sh && python -m pip install -e .)'
32+
# python -m pip install -e .
3333
- name: Install mathicsscript
3434
run: |
3535
make

0 commit comments

Comments
 (0)