Skip to content

Commit

Permalink
Add link to Combinatorica 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 15, 2024
1 parent befddd8 commit 812c672
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: |
python -m pip install --upgrade pip
# We can comment out after next Mathics-Scanner release
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
cd mathics-scanner/
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
cd src/mathics-scanner/
pip install -e .
python -m mathics_scanner.generate.build_tables
cd ..
git submodule add https://github.com/Mathics3/Mathics3-Combinatorica.git mathics/packages/Combinatorica-repo
cd ../..
git submodule update
- name: Test Mathics
run: |
cd mathics/packages/Combinatorica-repo
make -j3 check
remake -x check
1 change: 1 addition & 0 deletions mathics/packages/DiscreteMath/CombinatoricaV0.9.m

0 comments on commit 812c672

Please sign in to comment.