Skip to content

Commit

Permalink
Install Julia via jill
Browse files Browse the repository at this point in the history
  • Loading branch information
himoto committed Nov 19, 2024
1 parent 40cfcc3 commit 3eb8b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added .github/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox
- name: Install Julia using jill
run: |
python -m pip install --upgrade jill
python -c "from jill.install import install_julia; install_julia(version='1.10', confirm=True)"
- name: Run test
run: python -m tox -- --cov=diffeqpy -s
env:
Expand Down

0 comments on commit 3eb8b62

Please sign in to comment.