Skip to content

Commit 71530ec

Browse files
committed
Adjust for Mathic3-pygments
1 parent e0141a0 commit 71530ec

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/workflows/macos.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ jobs:
2525
python3 -m pip install --upgrade pip
2626
python3 -m pip install setuptools
2727
# We can comment out after next Mathics3-Scanner release
28-
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
2928
git clone --depth 1 https://github.com/Mathics3/Mathics3-scanner.git
3029
cd Mathics3-scanner/
3130
pip install --no-build-isolation -e .
3231
bash -x admin-tools/make-JSON-tables.sh
3332
cd ..
33+
# We can comment out after next Mathics3-pygments release
34+
python -m pip install -e git+https://github.com/Mathics3/Mathics3-pygments#egg=Mathics3-pygments
35+
# We can comment out after next mathics-core release
3436
git clone --depth 1 https://github.com/Mathics3/mathics-core.git
3537
cd mathics-core/
3638
pip install --no-build-isolation -e .

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +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
python3 -m pip install setuptools
26-
# We can comment out after next Mathics3-Scanner release
27-
git clone --depth 1 https://github.com/Mathics3/Mathics3-scanner.git
26+
# We can comment out after next Mathics3-pygments release
27+
python -m pip install -e git+https://github.com/Mathics3/Mathics3-pygments#egg=Mathics3-pygments
28+
# We can comment out after next mathics-core release
29+
git clone --depth 1 https://github.com/Mathics3/mathics-core.git
2830
cd Mathics3-scanner/
2931
pip install --no-build-isolation -e .
3032
bash -x admin-tools/make-JSON-tables.sh

.github/workflows/windows.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ jobs:
2424
python3 -m pip install --upgrade pip
2525
python3 -m pip install wheel setuptools
2626
set LLVM_DIR="C:\Program Files\LLVM"
27+
# We can comment out after next Mathics3-pygments release
28+
python -m pip install -e git+https://github.com/Mathics3/Mathics3-pygments#egg=Mathics3-pygments
2729
# We can comment out after next Mathics-Scanner release
28-
# python -m pip install -e "Mathics-Scanner[full] @ git+https://github.com/Mathics3/mathics-scanner"
29-
pip install -e .
3030
git clone --depth 1 https://github.com/Mathics3/Mathics3-scanner.git
3131
cd Mathics3-scanner/
3232
pip install --no-build-isolation -e .
3333
bash -x admin-tools/make-JSON-tables.sh
3434
cd ..
35+
# We can comment out after next Mathics3-pygments release
36+
python -m pip install -e git+https://github.com/Mathics3/Mathics3-pygments#egg=Mathics3-pygments
37+
# We can comment out after next mathics-core release
3538
git clone --depth 1 https://github.com/Mathics3/mathics-core.git
3639
cd mathics-core/
3740
pip install --no-build-isolation -e .

0 commit comments

Comments
 (0)