Skip to content

Commit cd58e50

Browse files
author
himoto
committed
Test with Julia v1.11
1 parent 40fe330 commit cd58e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Julia using jill
3838
run: |
3939
python -m pip install --upgrade jill
40-
python -c "from jill.install import install_julia; install_julia(version='1.10', confirm=True)"
40+
python -c "from jill.install import install_julia; install_julia(confirm=True)"
4141
- name: Run test
4242
run: python -m tox -- --cov=diffeqpy -s
4343
env:

0 commit comments

Comments
 (0)