Skip to content

Commit

Permalink
Need to use github now for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 1, 2024
1 parent bbcc4ff commit 5a07c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install pytest
# Can comment out when next Mathics core and Mathics-scanner are released
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
# python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
python -m pip install -e .
# (cd src/mathics3 && bash ./admin-tools/make-op-tables.sh)
- name: install pymathics graph
Expand Down

0 comments on commit 5a07c1b

Please sign in to comment.