Skip to content

Commit

Permalink
CI try yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 15, 2024
1 parent 812c672 commit 43f7195
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
pip install -e .
python -m mathics_scanner.generate.build_tables
cd ../..
git submodule update
- name: Test Mathics
- name: Run Mathics3 Combinatorica tests
run: |
git submodule init
git submodule update
remake -x develop
cd mathics/packages/Combinatorica-repo
pip install -e .[dev]
remake -x check

0 comments on commit 43f7195

Please sign in to comment.