Skip to content

Commit fa1c9aa

Browse files
Update .github/workflows/CI.yml
1 parent b1ac4f5 commit fa1c9aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
python -m pip install --upgrade tox
41+
- name: Install Julia using jill
42+
run: |
43+
python -m pip install --upgrade jill
44+
python -c "from jill.install import install_julia; install_julia(confirm=True)"
4145
- name: Run test
4246
run: python -m tox -- --cov=diffeqpy -s
4347
env:

0 commit comments

Comments
 (0)